Метод | Описание | |
---|---|---|
ConfigService ( ) : System | ||
GetConfigValueForKey ( string key ) : string | ||
LoadConfig ( ) : void | ||
LoadDefaultsInDictionary ( ) : void | ||
ModifyConfig ( string key, string value ) : void | ||
RefreshConfig ( ) : void | ||
SetAllSettingsToDefault ( ) : void |
Метод | Описание | |
---|---|---|
LoadCustomAppConfigurations ( ) : void |
public GetConfigValueForKey ( string key ) : string | ||
key | string | |
Результат | string |
public LoadDefaultsInDictionary ( ) : void | ||
Результат | void |
public ModifyConfig ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |