Property | Type | Description | |
---|---|---|---|
settings | List |
Method | Description | |
---|---|---|
ApplyDefaultSettings ( ) : void | ||
CreateBackup ( ) : void | ||
Initialize ( ) : void | ||
LoadSettings ( string settingsFile ) : void | ||
ResetSettingsToDefault ( ) : void | ||
RestoreBackup ( ) : void | ||
SaveSettings ( ) : void | ||
getSetting ( string key ) : List |
||
getSettingBool ( string key ) : bool | ||
getSettingDouble ( string key ) : double | ||
getSettingInt ( string key ) : int | ||
getSettingString ( string key ) : string | ||
removeSetting ( string key ) : void | ||
setSetting ( string key, List |
||
setSetting ( string key, bool value ) : void | ||
setSetting ( string key, double value ) : void | ||
setSetting ( string key, int value ) : void | ||
setSetting ( string key, string value ) : void | ||
setSettingIfNotSet ( string key, List |
||
setSettingIfNotSet ( string key, bool value ) : void | ||
setSettingIfNotSet ( string key, double value ) : void | ||
setSettingIfNotSet ( string key, int value ) : void | ||
setSettingIfNotSet ( string key, string value ) : void | ||
settingExists ( string key ) : bool |
Method | Description | |
---|---|---|
ActuallySaveSettings ( ) : void |
public static ApplyDefaultSettings ( ) : void | ||
return | void |
public static LoadSettings ( string settingsFile ) : void | ||
settingsFile | string | |
return | void |
public static ResetSettingsToDefault ( ) : void | ||
return | void |
public static getSetting ( string key ) : List |
||
key | string | |
return | List |
public static getSettingBool ( string key ) : bool | ||
key | string | |
return | bool |
public static getSettingDouble ( string key ) : double | ||
key | string | |
return | double |
public static getSettingInt ( string key ) : int | ||
key | string | |
return | int |
public static getSettingString ( string key ) : string | ||
key | string | |
return | string |
public static removeSetting ( string key ) : void | ||
key | string | |
return | void |
public static setSetting ( string key, List |
||
key | string | |
value | List |
|
return | void |
public static setSetting ( string key, bool value ) : void | ||
key | string | |
value | bool | |
return | void |
public static setSetting ( string key, double value ) : void | ||
key | string | |
value | double | |
return | void |
public static setSetting ( string key, int value ) : void | ||
key | string | |
value | int | |
return | void |
public static setSetting ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public static setSettingIfNotSet ( string key, List |
||
key | string | |
value | List |
|
return | void |
public static setSettingIfNotSet ( string key, bool value ) : void | ||
key | string | |
value | bool | |
return | void |
public static setSettingIfNotSet ( string key, double value ) : void | ||
key | string | |
value | double | |
return | void |
public static setSettingIfNotSet ( string key, int value ) : void | ||
key | string | |
value | int | |
return | void |
public static setSettingIfNotSet ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public static settingExists ( string key ) : bool | ||
key | string | |
return | bool |