| C# | Visual Basic | Visual Basic Usage |
namespace DotNetNuke.Services.Installer.Dependencies
Namespace DotNetNuke.Services.Installer.Dependencies
Imports DotNetNuke.Services.Installer.Dependencies
| All Types | Classes | Interfaces |
| Icon | Type | Description |
|---|---|---|
| CoreVersionDependency |
The CoreVersionDependency determines whether the CoreVersion is correct
| |
| DependencyBase |
The DependencyBase is a base class for Installer Dependencies
| |
| DependencyFactory |
The DependencyFactory is a factory class that is used to instantiate the
appropriate Dependency
| |
| IDependency |
The IDependency Interface defines the contract for a Package Dependency
| |
| InvalidDependency |
The InvalidDependency signifies a dependency that is always invalid,
taking the place of dependencies that could not be created
| |
| PackageDependency |
The PackageDependency determines whether the dependent package is installed
| |
| PermissionsDependency |
The PermissionsDependency determines whether the DotNetNuke site has the
corretc permissions
| |
| TypeDependency |
The TypeDependency determines whether the dependent type is installed
|