Class DiagramBpmnDataObjectBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
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 | Description |
---|---|
DiagramBpmnDataObjectBuilder |