Class ProviderInstaller
Inheritance
ProviderInstaller
Assembly: DotNetNuke.dll
Syntax
public class ProviderInstaller : IComponentInstaller
Constructors
ProviderInstaller(string, Type)
Declaration
public ProviderInstaller(string providerType, Type providerInterface)
Parameters
Type |
Name |
Description |
string |
providerType |
|
Type |
providerInterface |
|
ProviderInstaller(string, Type, ComponentLifeStyleType)
Declaration
public ProviderInstaller(string providerType, Type providerInterface, ComponentLifeStyleType lifeStyle)
Parameters
ProviderInstaller(string, Type, Type)
Declaration
public ProviderInstaller(string providerType, Type providerInterface, Type defaultProvider)
Parameters
Type |
Name |
Description |
string |
providerType |
|
Type |
providerInterface |
|
Type |
defaultProvider |
|
Methods
InstallComponents(IContainer)
Declaration
public void InstallComponents(IContainer container)
Parameters
Implements
Extension Methods