Class WorkflowOwnerType
Workflow owner type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class WorkflowOwnerType : Enum
Fields
None
0: None
Declaration
public const WorkflowOwnerType None
Field Value
Type | Description |
---|---|
WorkflowOwnerType |
OurContact
2: Our contact
Declaration
public const WorkflowOwnerType OurContact
Field Value
Type | Description |
---|---|
WorkflowOwnerType |
OurSupportContact
3: Our support contact
Declaration
public const WorkflowOwnerType OurSupportContact
Field Value
Type | Description |
---|---|
WorkflowOwnerType |
Specified
1: Specified
Declaration
public const WorkflowOwnerType Specified
Field Value
Type | Description |
---|---|
WorkflowOwnerType |
value__
Workflow owner type
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)