AppSetting Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public abstract class AppSetting : ICloneable, IComparable
The AppSetting type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppSetting |
Name | Description | |
---|---|---|
![]() | Category | |
![]() | Description | |
![]() | IsPublic |
If the setting is public it will be available in the appPageVars
and as mail template variable
|
![]() | Key | |
![]() | Name | |
![]() | 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.
|
![]() | Type | |
![]() | Value |
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | CompareTo | |
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
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.) |