summaryN:DotNetNuke.Services.Installer.Dependencies

Classes

  ClassDescription
Public classCoreVersionDependency
The CoreVersionDependency determines whether the CoreVersion is correct
Public classDependencyBase
The DependencyBase is a base class for Installer Dependencies
Public classDependencyFactory
The DependencyFactory is a factory class that is used to instantiate the appropriate Dependency
Public classInvalidDependency
The InvalidDependency signifies a dependency that is always invalid, taking the place of dependencies that could not be created
Public classManagedPackageDependency
Public classPackageDependency
The PackageDependency determines whether the dependent package is installed
Public classPermissionsDependency
The PermissionsDependency determines whether the DotNetNuke site has the corretc permissions
Public classTypeDependency
The TypeDependency determines whether the dependent type is installed

Interfaces

  InterfaceDescription
Public interfaceIDependency
The IDependency Interface defines the contract for a Package Dependency
Public interfaceIManagedPackageDependency