Class DeltaState
State of delta This Enum is used by: ConfigurableScreenDelta.deltaState
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class DeltaState : Enum
Fields
Draft
1: Draft
Declaration
public const DeltaState Draft
Field Value
Type | Description |
---|---|
DeltaState |
Published
2: Published
Declaration
public const DeltaState Published
Field Value
Type | Description |
---|---|
DeltaState |
Unknown
0: No state applicable for this delta, or not yet decided
Declaration
public const DeltaState Unknown
Field Value
Type | Description |
---|---|
DeltaState |
value__
State of delta This Enum is used by: ConfigurableScreenDelta.deltaState
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)