Class DiagramBpmnFlowBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DiagramBpmnFlowBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramBpmnFlowBuilder : ControlBuilder
Constructors
DiagramBpmnFlowBuilder()
Declaration
public DiagramBpmnFlowBuilder()
DiagramBpmnFlowBuilder(DiagramBpmnFlow)
Declaration
public DiagramBpmnFlowBuilder(DiagramBpmnFlow model)
Parameters
Methods
Association(BpmnAssociationFlows)
Sets the type of the Bpmn association flows
Default - Sets the type of Association flow as Default
Directional - Sets the type of Association flow as Directional
BiDirectional - Sets the type of Association flow as BiDirectional
@default 'Default'
Declaration
public DiagramBpmnFlowBuilder Association(BpmnAssociationFlows value)
Parameters
Returns
Flow(BpmnFlows)
Sets the type of the Bpmn flows
Sequence - Sets the type of the Bpmn Flow as Sequence
Association - Sets the type of the Bpmn Flow as Association
Message - Sets the type of the Bpmn Flow as Message
Declaration
public DiagramBpmnFlowBuilder Flow(BpmnFlows value)
Parameters
Returns
Message(BpmnMessageFlows)
Declaration
public DiagramBpmnFlowBuilder Message(BpmnMessageFlows value)
Parameters
Returns
Sequence(BpmnSequenceFlows)
Sets the type of the Bpmn Sequence flows
Default - Sets the type of the sequence flow as Default
Normal - Sets the type of the sequence flow as Normal
Conditional - Sets the type of the sequence flow as Conditional
Declaration
public DiagramBpmnFlowBuilder Sequence(BpmnSequenceFlows value)
Parameters
Returns
Type(ConnectionShapes)
Defines the application specific type of connector
Bpmn - Sets the type of the connection shape as Bpmn
Declaration
public DiagramBpmnFlowBuilder Type(ConnectionShapes value)
Parameters
Returns