Class DiagramBpmnShape
Inheritance
System.Object
DiagramBpmnShape
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramBpmnShape : EJTagHelper
Constructors
DiagramBpmnShape()
Declaration
public DiagramBpmnShape()
Properties
Activity
Defines the type of the BPMN Activity shape
Declaration
public DiagramBpmnActivity Activity { get; set; }
Property Value
Annotation
Defines the text of the bpmn annotation
Declaration
public object Annotation { get; set; }
Property Value
Type |
Description |
System.Object |
|
Annotations
Defines the text of the bpmn annotation collection
Declaration
public object Annotations { get; set; }
Property Value
Type |
Description |
System.Object |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
DataObject
Defines the type of the BPMN DataObject shape
Declaration
public DiagramBpmnDataObject DataObject { get; set; }
Property Value
Event
Defines the type of the BPMN Event shape
Declaration
public DiagramBpmnEvent Event { get; set; }
Property Value
Gateway
Defines the type of the BPMN Gateway shape
Declaration
public DiagramBpmnGateway Gateway { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Shape
Declaration
public BpmnShapes Shape { get; set; }
Property Value
Type
Defines the type of node shape
Declaration
public Shapes Type { get; set; }
Property Value