Class DiagramBpmnFlow
Inheritance
System.Object
DiagramBpmnFlow
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramBpmnFlow : EJTagHelper
Constructors
DiagramBpmnFlow()
Declaration
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
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
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
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Message
Declaration
public BpmnMessageFlows Message { get; set; }
Property Value
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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
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