menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramBpmnDataObjectBuilder - API Reference

    Show / Hide Table of Contents

    Class DiagramBpmnDataObjectBuilder

    Inheritance
    System.Object
    ControlBuilder
    DiagramBpmnDataObjectBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved