Class DiagramBpmnFlow
Inheritance
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramBpmnFlow : EJTagHelper
Constructors
DiagramBpmnFlow()
Declaration
public DiagramBpmnFlow()
Properties
Association
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 BpmnAssociationFlows Association { get; set; }
Property Value
Type | Description |
---|---|
BpmnAssociationFlows | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Flow
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 BpmnFlows Flow { get; set; }
Property Value
Type | Description |
---|---|
BpmnFlows | The default value is BpmnFlows.Sequence |
Message
Declaration
public BpmnMessageFlows Message { get; set; }
Property Value
Type | Description |
---|---|
BpmnMessageFlows | The default value is BpmnMessageFlows.Default |
Sequence
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 BpmnSequenceFlows Sequence { get; set; }
Property Value
Type | Description |
---|---|
BpmnSequenceFlows | The default value is BpmnSequenceFlows.Normal |
Type
Defines the application specific type of connector Bpmn - Sets the type of the connection shape as Bpmn
Declaration
public ConnectionShapes Type { get; set; }
Property Value
Type | Description |
---|---|
ConnectionShapes | The default value is ConnectionShapes.None |