C# Class Rebel.Framework.IO.ProviderBootstrapper

Inheritance: AbstractProviderBootstrapper
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
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

Method Details

ConfigureApplication() public méthode

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
Résultat void

GetInstallStatus() public méthode

public GetInstallStatus ( ) : InstallStatus
Résultat Rebel.Framework.ProviderSupport.InstallStatus

ProviderBootstrapper() public méthode

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.
Résultat System.Xml.Linq

ProviderBootstrapper() public méthode

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.
Résultat System.Xml.Linq

TryInstall() public méthode

public TryInstall ( ) : InstallStatus
Résultat Rebel.Framework.ProviderSupport.InstallStatus