CustomerSetting Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class CustomerSetting : AppSetting
The CustomerSetting type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomerSetting | |
![]() | CustomerSetting(String, Object) |
Name | Description | |
---|---|---|
![]() | Category | (Inherited from AppSetting.) |
![]() | Description | (Inherited from AppSetting.) |
![]() | IsPublic |
If the setting is public it will be available in the appPageVars
and as mail template variable
(Inherited from AppSetting.) |
![]() | Key | (Inherited from AppSetting.) |
![]() | Name | (Inherited from AppSetting.) |
![]() | OnlyPlatformAdmin |
If true the setting can only be viewed and updated by members of the "Platform Administrators" group.
For customer settings the value is read from tblCustomerSetting.OnlyPlatformAdmin.
For master settings the value is always true.
(Inherited from AppSetting.) |
![]() | Type | (Inherited from AppSetting.) |
![]() | Value | (Inherited from AppSetting.) |
Name | Description | |
---|---|---|
![]() | Clone | (Inherited from AppSetting.) |
![]() | CompareTo | (Inherited from AppSetting.) |
![]() | Equals | (Inherited from AppSetting.) |
![]() | GetHashCode | (Inherited from AppSetting.) |
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.) |