Class BpmnGatewayType
Specifies the type of BpmnGateway.
Inheritance
System.Object
BpmnGatewayType
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class BpmnGatewayType : Enum
Examples
Node node = new Node()
{
Shape = new BpmnGateway()
{
GatewayType = BpmnGatewayType.None
}
};
Fields
Complex
Specifies that a Gateway has the type Complex according to BPMN.
Declaration
public const BpmnGatewayType Complex
Field Value
Type |
---|
BpmnGatewayType |
EventBased
Specifies that a Gateway has the type Event-Based according to BPMN.
Declaration
public const BpmnGatewayType EventBased
Field Value
Type |
---|
BpmnGatewayType |
Exclusive
Specifies that a Gateway has the type Exclusive according to BPMN.
Declaration
public const BpmnGatewayType Exclusive
Field Value
Type |
---|
BpmnGatewayType |
ExclusiveEventBased
Specifies that a Gateway has the type Exclusive Event-Based according to BPMN.
Declaration
public const BpmnGatewayType ExclusiveEventBased
Field Value
Type |
---|
BpmnGatewayType |
Inclusive
Specifies that a Gateway has the type Inclusive according to BPMN.
Declaration
public const BpmnGatewayType Inclusive
Field Value
Type |
---|
BpmnGatewayType |
None
Specifies that a Gateway has the type None according to BPMN.
Declaration
public const BpmnGatewayType None
Field Value
Type |
---|
BpmnGatewayType |
Parallel
Specifies that a Gateway has the type Parallel according to BPMN.
Declaration
public const BpmnGatewayType Parallel
Field Value
Type |
---|
BpmnGatewayType |
ParallelEventBased
Specifies that a Gateway has the type Parallel Event-Based according to BPMN.
Declaration
public const BpmnGatewayType ParallelEventBased
Field Value
Type |
---|
BpmnGatewayType |