BMXNET 4.0 Developer API
The Settings type exposes the following methods.
Methods
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize()()() | (Inherited from Object.) | |
Get(String, Boolean) |
Get the boolean Setting named aString. Answer the defaultValue if the Setting named
aString does not exist in the receiver or it's Backup chain.
| |
Get(String, Int32) |
Get the Integer Setting named aString. Answer the defaultValue if the Setting named
aString does not exist in the receiver or it's Backup chain.
| |
Get(String, String) |
Get the string Setting named aString. Answer the defaultValue if the Setting named
aString does not exist in the receiver or it's Backup chain.
| |
GetHashCode()()() | (Inherited from Object.) | |
GetType()()() | (Inherited from Object.) | |
Load()()() |
Load the receiver's settings from the PersistentStore
| |
MemberwiseClone()()() | (Inherited from Object.) | |
MergeSettings(Settings) |
Merge the settings from someSettings into the receiver
| |
Save()()() |
Save the receiver's settings to the PersistentStore
| |
Set(String, Boolean) |
Update the Setting value aName to aBool
| |
Set(String, Int32) |
Update the Setting value aName to anInt
| |
Set(String, String) |
Update the Setting value aName to a string
| |
ToString()()() | (Inherited from Object.) |