C# Class Rebel.Framework.Persistence.Examine.Hive.ProviderBootstrapper

Inheritance: Rebel.Hive.AbstractProviderBootstrapper
ファイルを表示 Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
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, Examine.ExamineManager examineManager, IFrameworkContext frameworkContext ) : System

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

TryInstall ( ) : InstallStatus

Method Details

ConfigureApplication() public method

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

GetInstallStatus() public method

public GetInstallStatus ( ) : InstallStatus
return Rebel.Framework.ProviderSupport.InstallStatus

ProviderBootstrapper() public method

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.
return System

ProviderBootstrapper() public method

Initializes a new instance of the ProviderBootstrapper class if sufficient configuration information has been supplied by the user.
public ProviderBootstrapper ( ProviderConfigurationSection existingConfig, Examine.ExamineManager examineManager, IFrameworkContext frameworkContext ) : System
existingConfig Rebel.Framework.Persistence.Examine.Config.ProviderConfigurationSection The existing config.
examineManager Examine.ExamineManager
frameworkContext IFrameworkContext
return System

TryInstall() public method

public TryInstall ( ) : InstallStatus
return Rebel.Framework.ProviderSupport.InstallStatus