Метод | Описание | |
---|---|---|
GetAppSetting ( string key ) : string |
Mono has a bug so on mono projects GetAppSetting is mandatory Gets the app setting. https://bugzilla.novell.com/show_bug.cgi?id=545588
|
|
GetConnectionString ( string key ) : string |
Mono has a bug so on mono projects GetConnectionString is mandatory https://bugzilla.novell.com/show_bug.cgi?id=545588
|
|
GetEnvironment ( ) : string | ||
GetKeyCandidates ( ) : IEnumerable |
||
Initialize ( ) : void | ||
Initialize ( string defaultEnvironment ) : void |
Fall back to the given environment name as suppose to whatever "default" is pointing to.
|
|
Switch ( string environment ) : void | ||
ValidateAllConfigurations ( ) : IList |
Validates all the environment configuration files
|
Метод | Описание | |
---|---|---|
FindRootDirectory ( ) : void | ||
GetCurrentEnvironmentConfiguration ( ) : |
||
HasEqualAppSettings ( |
||
HasEqualAppSettingsAndValues ( |
||
HasEqualConnectionStrings ( |
||
HasEqualConnectionStringsAndValues ( |
||
InitializeIntern ( ) : void | ||
NConfigurationManager ( ) : System | ||
OnChanged ( object sender, |
||
OnRenamed ( object sender, |
||
OpenConfiguration ( string path ) : |
||
Refresh ( ) : void |
public static GetAppSetting ( string key ) : string | ||
key | string | Key. |
Результат | string |
public static GetConnectionString ( string key ) : string | ||
key | string | Key. |
Результат | string |
public static GetEnvironment ( ) : string | ||
Результат | string |
public static GetKeyCandidates ( ) : IEnumerable |
||
Результат | IEnumerable |
public static Initialize ( string defaultEnvironment ) : void | ||
defaultEnvironment | string | |
Результат | void |
public static Switch ( string environment ) : void | ||
environment | string | |
Результат | void |
public static ValidateAllConfigurations ( ) : IList |
||
Результат | IList |