Class DeltaType
Type and content of delta This Enum is used by: ConfigurableScreenDelta.deltaType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class DeltaType : Enum
Fields
CustomFields
3: UDefs and extrafields, generated by code
Declaration
public const DeltaType CustomFields
Field Value
Type | Description |
---|---|
DeltaType |
Customized
4: Customized, added by admin user
Declaration
public const DeltaType Customized
Field Value
Type | Description |
---|---|
DeltaType |
CustomObjectArchivePanel
5: Archive panels for extra/custom tables, generated by code
Declaration
public const DeltaType CustomObjectArchivePanel
Field Value
Type | Description |
---|---|
DeltaType |
System
1: System
Declaration
public const DeltaType System
Field Value
Type | Description |
---|---|
DeltaType |
Unknown
0: Unknown
Declaration
public const DeltaType Unknown
Field Value
Type | Description |
---|---|
DeltaType |
value__
Type and content of delta This Enum is used by: ConfigurableScreenDelta.deltaType
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
WebPanel
2: WebPanel from list table extapp, generated by code
Declaration
public const DeltaType WebPanel
Field Value
Type | Description |
---|---|
DeltaType |
Extension Methods
EnumUtil.MapEnums<From, To>(From)