Class BpmnDataObjectType
Specifies the type of BpmnDataObject.
Inheritance
System.Object
BpmnDataObjectType
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class BpmnDataObjectType : Enum
Examples
Node node = new Node()
{
Shape = new BpmnDataObject()
{
DataObjectType = BpmnDataObjectType.Input,
IsCollectiveData = true,
}
};
Fields
Input
Specifies the input type of data.
Declaration
public const BpmnDataObjectType Input
Field Value
Type |
---|
BpmnDataObjectType |
None
Specifies the general type of data.
Declaration
public const BpmnDataObjectType None
Field Value
Type |
---|
BpmnDataObjectType |
Output
Specifies the output type of data.
Declaration
public const BpmnDataObjectType Output
Field Value
Type |
---|
BpmnDataObjectType |