Class DiagramBpmnGatewayBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DiagramBpmnGatewayBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.dll
Syntax
public class DiagramBpmnGatewayBuilder : ControlBuilder
Constructors
DiagramBpmnGatewayBuilder()
Declaration
public DiagramBpmnGatewayBuilder()
DiagramBpmnGatewayBuilder(DiagramBpmnGateway)
Declaration
public DiagramBpmnGatewayBuilder(DiagramBpmnGateway model)
Parameters
| Type | Name | Description |
|---|---|---|
| DiagramBpmnGateway | model |
Methods
Type(BpmnGateways)
Defines the type of the BPMN Gateway 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 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
Declaration
public DiagramBpmnGatewayBuilder Type(BpmnGateways value)
Parameters
| Type | Name | Description |
|---|---|---|
| BpmnGateways | value |
Returns
| Type |
|---|
| DiagramBpmnGatewayBuilder |