Enum 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 enum ConfigType : short
Fields
Name | Description |
---|---|
Options | 1: The row contains options data |
Style | 0: The row contains style data |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.ConfigType, To>()