menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BpmnDataObjectType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved