Show / Hide Table of Contents

Class ProviderInstaller

Inheritance
object
ProviderInstaller
Implements
IComponentInstaller
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.ComponentModel
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
Type Name Description
string providerType
Type providerInterface
ComponentLifeStyleType lifeStyle

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
Type Name Description
IContainer container

Implements

IComponentInstaller

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS