Method | Description | |
---|---|---|
Load ( ) : void |
Gets the saved value from IsolatedStorage, or, if not available, sets the default value.
|
|
Save ( ) : void |
Save the current value to IsolatedStorage, or if it doesn't exist yet, add it and save it.
|
|
SettingsItems ( string id, string name, object defaultvalue ) : System |
Constructor: Grabs saved settings from Isolated Storage and loads the value of this new setting.
|
|
setDefault ( ) : void |
Set the current value to the default and save to IsolatedStorage.
|
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
public SettingsItems ( string id, string name, object defaultvalue ) : System | ||
id | string | Used as the key for saving the setting value in IsolatedStorage. |
name | string | Readable name for display on the settings page |
defaultvalue | object | The default value for the setting. |
return | System |