MasterSettings Methods |
The MasterSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | (Inherited from AppSettingsT.) | |
| Clone | (Inherited from AppSettingsT.) | |
| GetByKey |
Returns a setting based on its key.
The keys are compared without case sensitivity.
Returns null if the key is not found.
(Inherited from AppSettingsT.) | |
| GetEnumerator | (Inherited from AppSettingsT.) | |
| GetValueDef(String, Boolean) | (Inherited from AppSettingsT.) | |
| GetValueDef(String, DateTime) | (Inherited from AppSettingsT.) | |
| GetValueDef(String, Int32) | (Inherited from AppSettingsT.) | |
| GetValueDef(String, String) | (Inherited from AppSettingsT.) | |
| Remove | (Inherited from AppSettingsT.) |
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
| Name | Description | |
|---|---|---|
| IEnumerableTGetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from AppSettingsT.) |