Class DeltaState
State of delta This Enum is used by: ConfigurableScreenDelta.deltaState
Inheritance
System.Object
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__
Declaration
public short value__
Field Value
Type | Description |
---|---|
System.Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)