AppSettingValue Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class AppSettingValue
The AppSettingValue type exposes the following members.
| Name | Description | |
|---|---|---|
| AppSettingValue | ||
| AppSettingValue(Boolean) | ||
| AppSettingValue(DateTime) | ||
| AppSettingValue(Int32) | ||
| AppSettingValue(String) |
| Name | Description | |
|---|---|---|
| ToBoolean | ||
| ToDateTime | ||
| ToInteger | ||
| ToString | (Overrides ObjectToString.) |
| 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.) |