Class BpmnDataObjects
Defines the type of the Bpmn Data Objects
None - Sets the type of the data object as None
Input - Sets the type of the data object as Input
Output - Sets the type of the data object as Output
Inheritance
System.Object
BpmnDataObjects
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BpmnDataObjects : Enum
Fields
Declaration
public const BpmnDataObjects Input
Field Value
None
Declaration
public const BpmnDataObjects None
Field Value
Output
Declaration
public const BpmnDataObjects Output
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|