Class ConfigType
Value for field 'type' in table 'cust_config'. This Enum is used by: cust_config.type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ConfigType : Enum
Fields
Options
1: The row contains options data
Declaration
public const ConfigType Options
Field Value
Type | Description |
---|---|
ConfigType |
Style
0: The row contains style data
Declaration
public const ConfigType Style
Field Value
Type | Description |
---|---|
ConfigType |
value__
Value for field 'type' in table 'cust_config'. This Enum is used by: cust_config.type
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)