Enum DeltaType
Type and content of delta This Enum is used by: ConfigurableScreenDelta.deltaType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum DeltaType : short
Fields
Name | Description |
---|---|
CustomFields | 3: UDefs and extrafields, generated by code |
Customized | 4: Customized, added by admin user |
System | 1: System |
Unknown | 0: Unknown |
WebPanel | 2: WebPanel from list table extapp, generated by code |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.DeltaType, To>()