Méthode | Description | |
---|---|---|
ConfigureApplication ( string providerKey, System.Xml.Linq.XDocument configXml, BendyObject installParams ) : void |
Creates any necessary configuration files/transforms for the provider to operate
|
|
GetInstallStatus ( ) : |
||
ProviderBootstrapper ( global configuration, |
Initializes a new instance of the ProviderBootstrapper class if sufficient configuration information has been supplied by the user.
|
|
TryInstall ( ) : |
||
UpdateSchema ( global configuration ) : void | ||
ValidateSchema ( global configuration ) : bool |
public ConfigureApplication ( string providerKey, System.Xml.Linq.XDocument configXml, BendyObject installParams ) : void | ||
providerKey | string | The provider key for the provider that is being configured |
configXml | System.Xml.Linq.XDocument | The configuration xml file that needs to be written to |
installParams | BendyObject | TODO: This is only a temporary way of passing arbitrary parameters to a provider to create its configuration, /// we need to allow hive providers to return a model for which we display a form/installer for and then pass in that /// model to the installParams |
Résultat | void |
public GetInstallStatus ( ) : |
||
Résultat |
public ProviderBootstrapper ( global configuration, |
||
configuration | global | The configuration. |
localConfig | The existing config. | |
Résultat | System |
public TryInstall ( ) : |
||
Résultat |
public static UpdateSchema ( global configuration ) : void | ||
configuration | global | |
Résultat | void |
public ValidateSchema ( global configuration ) : bool | ||
configuration | global | |
Résultat | bool |