Class BpmnSubProcessTypes
Defines the type of the Bpmn Subprocess
None - Sets the type of the Sub process as None
Transaction - Sets the type of the Sub process as Transaction
Event - Sets the type of the Sub process as Event
Inheritance
System.Object
BpmnSubProcessTypes
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BpmnSubProcessTypes : Enum
Fields
Event
Declaration
public const BpmnSubProcessTypes Event
Field Value
None
Declaration
public const BpmnSubProcessTypes None
Field Value
Transaction
Declaration
public const BpmnSubProcessTypes Transaction
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|