Enum DeltaState
State of delta This Enum is used by: ConfigurableScreenDelta.deltaState
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum DeltaState : short
Fields
Name | Description |
---|---|
Draft | 1: Draft |
Published | 2: Published |
Unknown | 0: No state applicable for this delta, or not yet decided |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.DeltaState, To>()