summaryN:DotNetNuke.Services.Installer.Dependencies
Classes
Class | 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
|
![]() | InvalidDependency |
The InvalidDependency signifies a dependency that is always invalid,
taking the place of dependencies that could not be created
|
![]() | ManagedPackageDependency | |
![]() | 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
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IDependency |
The IDependency Interface defines the contract for a Package Dependency
|
![]() | IManagedPackageDependency |