Class DiagramBpmnDataObject
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramBpmnDataObject
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramBpmnDataObject : EJTagHelper
Constructors
DiagramBpmnDataObject()
Declaration
public DiagramBpmnDataObject()
Properties
Collection
Sets whether the data object is a collection or not
Declaration
public bool Collection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Type
Defines the type of the BPMN data object None - Sets the type of the data object as None Input - Sets the type of the data object as Input Output - Sets the type of the data object as Output
Declaration
public BpmnDataObjects Type { get; set; }
Property Value
Type | Description |
---|---|
BpmnDataObjects | The default value is BpmnDataObjects.None |