menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class DiagramBpmnEventBuilder

    Inheritance
    System.Object
    ControlBuilder
    DiagramBpmnEventBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramBpmnEventBuilder : ControlBuilder

    Constructors

    DiagramBpmnEventBuilder()

    Declaration
    public DiagramBpmnEventBuilder()

    DiagramBpmnEventBuilder(DiagramBpmnEvent)

    Declaration
    public DiagramBpmnEventBuilder(DiagramBpmnEvent model)
    Parameters
    Type Name Description
    DiagramBpmnEvent model

    Methods

    Event(BpmnEvents)

    Declaration
    public DiagramBpmnEventBuilder Event(BpmnEvents value)
    Parameters
    Type Name Description
    BpmnEvents value
    Returns
    Type Description
    DiagramBpmnEventBuilder

    Trigger(BpmnTriggers)

    Defines the type of the trigger None - Sets the type of the trigger as None Message - Sets the type of the trigger as Message Escalation - Sets the type of the trigger as Escalation Link - Sets the type of the trigger as Link Error - Sets the type of the trigger as Error Compensation - Sets the type of the trigger as Compensation Signal - Sets the type of the trigger as Signal Multiple - Sets the type of the trigger as Multiple Parallel - Sets the type of the trigger as Parallel Cancel - Sets the type of the trigger as Cancel Conditional - Sets the type of the trigger as Conditional Terminate - Sets the type of the trigger as Terminate

    Declaration
    public DiagramBpmnEventBuilder Trigger(BpmnTriggers value)
    Parameters
    Type Name Description
    BpmnTriggers value
    Returns
    Type Description
    DiagramBpmnEventBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved