menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramBpmnFlowBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramBpmnFlowBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    DiagramBpmnFlowBuilder
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramBpmnFlowBuilder : ControlBuilder

    Constructors

    DiagramBpmnFlowBuilder()

    Declaration
    public DiagramBpmnFlowBuilder()

    DiagramBpmnFlowBuilder(DiagramBpmnFlow)

    Declaration
    public DiagramBpmnFlowBuilder(DiagramBpmnFlow model)
    Parameters
    Type Name Description
    DiagramBpmnFlow model

    Methods

    Association(BpmnAssociationFlows)

    Sets the type of the Bpmn association flows Default - Sets the type of Association flow as Default Directional - Sets the type of Association flow as Directional BiDirectional - Sets the type of Association flow as BiDirectional @default 'Default'

    Declaration
    public DiagramBpmnFlowBuilder Association(BpmnAssociationFlows value)
    Parameters
    Type Name Description
    BpmnAssociationFlows value
    Returns
    Type
    DiagramBpmnFlowBuilder

    Flow(BpmnFlows)

    Sets the type of the Bpmn flows Sequence - Sets the type of the Bpmn Flow as Sequence Association - Sets the type of the Bpmn Flow as Association Message - Sets the type of the Bpmn Flow as Message

    Declaration
    public DiagramBpmnFlowBuilder Flow(BpmnFlows value)
    Parameters
    Type Name Description
    BpmnFlows value
    Returns
    Type
    DiagramBpmnFlowBuilder

    Message(BpmnMessageFlows)

    Declaration
    public DiagramBpmnFlowBuilder Message(BpmnMessageFlows value)
    Parameters
    Type Name Description
    BpmnMessageFlows value
    Returns
    Type
    DiagramBpmnFlowBuilder

    Sequence(BpmnSequenceFlows)

    Sets the type of the Bpmn Sequence flows Default - Sets the type of the sequence flow as Default Normal - Sets the type of the sequence flow as Normal Conditional - Sets the type of the sequence flow as Conditional

    Declaration
    public DiagramBpmnFlowBuilder Sequence(BpmnSequenceFlows value)
    Parameters
    Type Name Description
    BpmnSequenceFlows value
    Returns
    Type
    DiagramBpmnFlowBuilder

    Type(ConnectionShapes)

    Defines the application specific type of connector Bpmn - Sets the type of the connection shape as Bpmn

    Declaration
    public DiagramBpmnFlowBuilder Type(ConnectionShapes value)
    Parameters
    Type Name Description
    ConnectionShapes value
    Returns
    Type
    DiagramBpmnFlowBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved