Class WorkflowEventType
Workflow event type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class WorkflowEventType : Enum
Fields
AddedMessage
1008: AddedMessage
Declaration
public const WorkflowEventType AddedMessage
Field Value
Type | Description |
---|---|
WorkflowEventType |
AddedToProject
1003: AddedToProject
Declaration
public const WorkflowEventType AddedToProject
Field Value
Type | Description |
---|---|
WorkflowEventType |
AddedToSelection
1006: AddedToSelection
Declaration
public const WorkflowEventType AddedToSelection
Field Value
Type | Description |
---|---|
WorkflowEventType |
CreatedRequest
1004: CreatedRequest
Declaration
public const WorkflowEventType CreatedRequest
Field Value
Type | Description |
---|---|
WorkflowEventType |
FormSubmitted
1007: FormSubmitted
Declaration
public const WorkflowEventType FormSubmitted
Field Value
Type | Description |
---|---|
WorkflowEventType |
LinkClicked
1005: LinkClicked
Declaration
public const WorkflowEventType LinkClicked
Field Value
Type | Description |
---|---|
WorkflowEventType |
None
0: None
Declaration
public const WorkflowEventType None
Field Value
Type | Description |
---|---|
WorkflowEventType |
OrderPlaced
1010: OrderPlaced
Declaration
public const WorkflowEventType OrderPlaced
Field Value
Type | Description |
---|---|
WorkflowEventType |
PersonCreated
1001: PersonCreated
Declaration
public const WorkflowEventType PersonCreated
Field Value
Type | Description |
---|---|
WorkflowEventType |
PersonUpdated
1002: PersonUpdated
Declaration
public const WorkflowEventType PersonUpdated
Field Value
Type | Description |
---|---|
WorkflowEventType |
Run
1: Run
Declaration
public const WorkflowEventType Run
Field Value
Type | Description |
---|---|
WorkflowEventType |
SaleCreated
1011: SaleCreated
Declaration
public const WorkflowEventType SaleCreated
Field Value
Type | Description |
---|---|
WorkflowEventType |
SaleLost
1013: SaleLost
Declaration
public const WorkflowEventType SaleLost
Field Value
Type | Description |
---|---|
WorkflowEventType |
SaleSold
1012: SaleSold
Declaration
public const WorkflowEventType SaleSold
Field Value
Type | Description |
---|---|
WorkflowEventType |
StartedChat
1009: StartedChat
Declaration
public const WorkflowEventType StartedChat
Field Value
Type | Description |
---|---|
WorkflowEventType |
value__
Workflow event type
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)