C# Class Rebel.Hive.NoopProviderBootstrapper

Inheritance: AbstractProviderBootstrapper
Show file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
ConfigureApplication ( string providerKey, System.Xml.Linq.XDocument configXml, BendyObject installParams ) : void
GetInstallStatus ( ) : InstallStatus
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

TryInstall() public method

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