C# Класс Rebel.Framework.Persistence.Examine.Hive.ProviderBootstrapper

Наследование: Rebel.Hive.AbstractProviderBootstrapper
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ConfigureApplication() публичный Метод

public ConfigureApplication ( string providerKey, System.Xml.Linq.XDocument configXml, BendyObject installParams ) : void
providerKey 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
installStatus Rebel.Framework.ProviderSupport.InstallStatus The install status.
Результат System

ProviderBootstrapper() публичный Метод

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
Результат System

TryInstall() публичный Метод

public TryInstall ( ) : InstallStatus
Результат Rebel.Framework.ProviderSupport.InstallStatus