C# 클래스 Rebel.Framework.IO.ProviderBootstrapper

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

공개 메소드들

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

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

ProviderBootstrapper ( ProviderConfigurationSection existingConfig ) : System.Xml.Linq

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, string providerAlias, System.Xml.Linq.XDocument configXml, BendyObject installParams ) : void
providerKey string
providerAlias 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.Xml.Linq
installStatus Rebel.Framework.ProviderSupport.InstallStatus The install status.
리턴 System.Xml.Linq

ProviderBootstrapper() 공개 메소드

Initializes a new instance of the ProviderBootstrapper class if sufficient configuration information has been supplied by the user.
public ProviderBootstrapper ( ProviderConfigurationSection existingConfig ) : System.Xml.Linq
existingConfig Rebel.Framework.IO.Config.ProviderConfigurationSection The existing config.
리턴 System.Xml.Linq

TryInstall() 공개 메소드

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