C# 클래스 Rebel.Hive.Providers.Membership.Hive.ProviderBootstrapper

상속: AbstractProviderBootstrapper
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
ConfigureApplication ( string providerKey, System.Xml.Linq.XDocument configXml, BendyObject installParams ) : void
GetInstallStatus ( ) : InstallStatus
ProviderBootstrapper ( InstallStatus installStatus ) : System

Initializes a new instance of the ProviderBootstrapper class if insufficient configuration information is yet available.

ProviderBootstrapper ( ProviderConfigurationSection existingConfig, IFrameworkContext frameworkContext ) : System

Initializes a new instance of the ProviderBootstrapper class if sufficient configuration information has been supplied by the user.

TryInstall ( ) : InstallStatus

메소드 상세

ConfigureApplication() 공개 메소드

public ConfigureApplication ( string providerKey, System.Xml.Linq.XDocument configXml, BendyObject installParams ) : void
providerKey string
configXml System.Xml.Linq.XDocument
installParams BendyObject
리턴 void

GetInstallStatus() 공개 메소드

public GetInstallStatus ( ) : InstallStatus
리턴 Rebel.Framework.ProviderSupport.InstallStatus

ProviderBootstrapper() 공개 메소드

Initializes a new instance of the ProviderBootstrapper class if insufficient configuration information is yet available.
public ProviderBootstrapper ( InstallStatus installStatus ) : System
installStatus Rebel.Framework.ProviderSupport.InstallStatus The install status.
리턴 System

ProviderBootstrapper() 공개 메소드

Initializes a new instance of the ProviderBootstrapper class if sufficient configuration information has been supplied by the user.
public ProviderBootstrapper ( ProviderConfigurationSection existingConfig, IFrameworkContext frameworkContext ) : System
existingConfig Rebel.Hive.Providers.Membership.Config.ProviderConfigurationSection The existing config.
frameworkContext IFrameworkContext
리턴 System

TryInstall() 공개 메소드

public TryInstall ( ) : InstallStatus
리턴 Rebel.Framework.ProviderSupport.InstallStatus