Click or drag to resize

CustomerSetting Class

Contains a customer setting for the application. Customer settings are individual for each customer database.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAppSetting
    Omada.OE.ModelCustomerSetting

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class CustomerSetting : AppSetting

The CustomerSetting type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCategory (Inherited from AppSetting.)
Public propertyDescription (Inherited from AppSetting.)
Public propertyIsPublic
If the setting is public it will be available in the appPageVars and as mail template variable
(Inherited from AppSetting.)
Public propertyKey (Inherited from AppSetting.)
Public propertyName (Inherited from AppSetting.)
Public propertyOnlyPlatformAdmin
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.)
Public propertyType (Inherited from AppSetting.)
Public propertyValue (Inherited from AppSetting.)
Top
Methods
  NameDescription
Public methodClone (Inherited from AppSetting.)
Public methodCompareTo (Inherited from AppSetting.)
Public methodEquals (Inherited from AppSetting.)
Public methodGetHashCode (Inherited from AppSetting.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also