menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DiagramBpmnEvent

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramBpmnEvent
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramBpmnEvent : EJTagHelper

    Constructors

    DiagramBpmnEvent()

    Declaration
    public DiagramBpmnEvent()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Event

    Declaration
    public BpmnEvents Event { get; set; }
    Property Value
    Type Description
    BpmnEvents

    The default value is BpmnEvents.Start

    Trigger

    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 BpmnTriggers Trigger { get; set; }
    Property Value
    Type Description
    BpmnTriggers

    The default value is BpmnTriggers.None

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved