Method | Description | |
---|---|---|
GetSetting ( string key ) : string | ||
GetSettings ( string type ) : SettingsCollection | ||
GetSettingsStoreFolder ( ) : string | ||
SaveSettings ( string type, SettingsCollection settings ) : void | ||
SetSetting ( string key, string value ) : void | ||
Watch ( string type ) : |
Method | Description | |
---|---|---|
IsEncrypted ( string key ) : bool | ||
PersistenceManager ( ) : System | ||
decryptAnyEncryptedValues ( object>.Dictionary |
||
disableWatcher ( string type ) : void | ||
enableWatcher ( string type ) : void | ||
getFileFromType ( string type ) : string | ||
loadSettingsType ( string type ) : SettingsCollection | ||
saveSettingsType ( string type, SettingsCollection settings ) : void |
public GetSettings ( string type ) : SettingsCollection | ||
type | string | |
return | SettingsCollection |
public static GetSettingsStoreFolder ( ) : string | ||
return | string |
public SaveSettings ( string type, SettingsCollection settings ) : void | ||
type | string | |
settings | SettingsCollection | |
return | void |
public SetSetting ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public Watch ( string type ) : |
||
type | string | |
return |