Class ProviderInstaller
Inheritance
System.Object
ProviderInstaller
Implements
Namespace: DotNetNuke.ComponentModel
Assembly: DotNetNuke.dll
Syntax
public class ProviderInstaller : object, IComponentInstaller
Constructors
| Improve this Doc View SourceProviderInstaller(String, Type, ComponentLifeStyleType)
Initializes a new instance of the ProviderInstaller class.
Declaration
public ProviderInstaller(string providerType, Type providerInterface, ComponentLifeStyleType lifeStyle)
Parameters
Type | Name | Description |
---|---|---|
System.String | providerType | |
Type | providerInterface | |
ComponentLifeStyleType | lifeStyle |
ProviderInstaller(String, Type, Type)
Initializes a new instance of the ProviderInstaller class.
Declaration
public ProviderInstaller(string providerType, Type providerInterface, Type defaultProvider)
Parameters
Type | Name | Description |
---|---|---|
System.String | providerType | |
Type | providerInterface | |
Type | defaultProvider |
ProviderInstaller(String, Type)
Initializes a new instance of the ProviderInstaller class.
Declaration
public ProviderInstaller(string providerType, Type providerInterface)
Parameters
Type | Name | Description |
---|---|---|
System.String | providerType | |
Type | providerInterface |
Methods
| Improve this Doc View SourceInstallComponents(IContainer)
Declaration
public void InstallComponents(IContainer container)
Parameters
Type | Name | Description |
---|---|---|
IContainer | container |