Class BpmnGateways
Defines the type of the Bpmn gateways
None - Sets the type of the gateway as None
Exclusive - Sets the type of the gateway as Exclusive
Inclusive - Sets the type of the gateway as Inclusive
Parallel - Sets the type of the gateway as Parallel
Complex - Sets the type of the gateway as Complex
EventBased - Sets the type of the gateway as EventBased
ExclusiveEventBased - Sets the type of the gateway as ExclusiveEventBased
ParallelEventBased - Sets the type of the gateway as ParallelEventBased
Inheritance
System.Object
BpmnGateways
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BpmnGateways : Enum
Fields
Complex
Declaration
public const BpmnGateways Complex
Field Value
EventBased
Declaration
public const BpmnGateways EventBased
Field Value
Exclusive
Declaration
public const BpmnGateways Exclusive
Field Value
ExclusiveEventBased
Declaration
public const BpmnGateways ExclusiveEventBased
Field Value
Inclusive
Declaration
public const BpmnGateways Inclusive
Field Value
None
Declaration
public const BpmnGateways None
Field Value
Parallel
Declaration
public const BpmnGateways Parallel
Field Value
ParallelEventBased
Declaration
public const BpmnGateways ParallelEventBased
Field Value