Class DiagramBpmnDataObjectBuilder
Inheritance
System.Object
    Syncfusion.EJ2.ControlBuilder
    DiagramBpmnDataObjectBuilder
  Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramBpmnDataObjectBuilder : ControlBuilder
  Constructors
DiagramBpmnDataObjectBuilder()
Declaration
public DiagramBpmnDataObjectBuilder()
  DiagramBpmnDataObjectBuilder(DiagramBpmnDataObject)
Declaration
public DiagramBpmnDataObjectBuilder(DiagramBpmnDataObject model)
  Parameters
| Type | Name | Description | 
|---|---|---|
| DiagramBpmnDataObject | model | 
Methods
Collection(Boolean)
Sets whether the data object is a collection or not
Declaration
public DiagramBpmnDataObjectBuilder Collection(bool value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | value | 
Returns
| Type | 
|---|
| DiagramBpmnDataObjectBuilder | 
Type(BpmnDataObjects)
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 DiagramBpmnDataObjectBuilder Type(BpmnDataObjects value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BpmnDataObjects | value | 
Returns
| Type | 
|---|
| DiagramBpmnDataObjectBuilder |