C# Class Rebel.Tests.Extensions.FakeHiveProviderBootstrapper

Inheritance: Rebel.Hive.AbstractProviderBootstrapper
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode Description
ConfigureApplication ( string providerKey, System.Xml.Linq.XDocument configXml, BendyObject installParams ) : void
GetInstallStatus ( ) : InstallStatus
TryInstall ( ) : InstallStatus

Method Details

ConfigureApplication() public méthode

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

GetInstallStatus() public méthode

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

TryInstall() public méthode

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