Class WorkflowActionType
Workflow action type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class WorkflowActionType : Enum
Fields
After
4: After
Declaration
public const WorkflowActionType After
Field Value
Type | Description |
---|---|
WorkflowActionType |
Estimated
5: Estimated
Declaration
public const WorkflowActionType Estimated
Field Value
Type | Description |
---|---|
WorkflowActionType |
FirstAvailable
1: First available
Declaration
public const WorkflowActionType FirstAvailable
Field Value
Type | Description |
---|---|
WorkflowActionType |
FirstAvailableAfter
2: First available after
Declaration
public const WorkflowActionType FirstAvailableAfter
Field Value
Type | Description |
---|---|
WorkflowActionType |
None
0: None
Declaration
public const WorkflowActionType None
Field Value
Type | Description |
---|---|
WorkflowActionType |
Today
3: Today
Declaration
public const WorkflowActionType Today
Field Value
Type | Description |
---|---|
WorkflowActionType |
value__
Workflow action type
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)