Class DiagramBpmnDataObject
Inheritance
System.Object
DiagramBpmnDataObject
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 |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { 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
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