Method | Description | |
---|---|---|
ConfigService ( ) : System | ||
GetConfigValueForKey ( string key ) : string | ||
LoadConfig ( ) : void | ||
LoadDefaultsInDictionary ( ) : void | ||
ModifyConfig ( string key, string value ) : void | ||
RefreshConfig ( ) : void | ||
SetAllSettingsToDefault ( ) : void |
Method | Description | |
---|---|---|
LoadCustomAppConfigurations ( ) : void |
public GetConfigValueForKey ( string key ) : string | ||
key | string | |
return | string |
public ModifyConfig ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |