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
  Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BpmnSubProcessTypes : Enum
  Fields
Event
Declaration
public const BpmnSubProcessTypes Event
  Field Value
| Type | 
|---|
| BpmnSubProcessTypes | 
None
Declaration
public const BpmnSubProcessTypes None
  Field Value
| Type | 
|---|
| BpmnSubProcessTypes | 
Transaction
Declaration
public const BpmnSubProcessTypes Transaction
  Field Value
| Type | 
|---|
| BpmnSubProcessTypes |