menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DiagramBpmnSubProcess

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

    Constructors

    DiagramBpmnSubProcess()

    Declaration
    public DiagramBpmnSubProcess()

    Properties

    Adhoc

    Defines whether the sub process is without any prescribed order or not

    Declaration
    public bool Adhoc { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Boundary

    Declaration
    public BpmnBoundary Boundary { get; set; }
    Property Value
    Type Description
    BpmnBoundary

    The default value is null

    Collapsed

    Defines the whether the shape is collapsed or not

    Declaration
    public bool Collapsed { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    Compensation

    Defines the whether the task is triggered as a compensation of another task

    Declaration
    public bool Compensation { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Events

    Declaration
    public object Events { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Loop

    Defines the type of the BPMNLoop None - Sets the type of the Bpmn loop as None Standard - Sets the type of the Bpmn loop as Standard ParallelMultiInstance - Sets the type of the Bpmn loop as ParallelMultiInstance SequenceMultiInstance - Sets the type of the Bpmn loop as SequenceMultiInstance

    Declaration
    public BpmnLoops Loop { get; set; }
    Property Value
    Type Description
    BpmnLoops

    The default value is BpmnLoops.None

    Processes

    Defines the transaction sub process

    Declaration
    public string[] Processes { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    Transaction

    Defines the transaction sub process

    Declaration
    public DiagramBpmnTransactionSubProcess Transaction { get; set; }
    Property Value
    Type Description
    DiagramBpmnTransactionSubProcess

    The default value is null

    Type

    Defines the type of the sub process None - Sets the type of the Sub process as None Transaction - Sets the type of the Sub process as Transaction Event - Sets the type of the Sub process as Event

    Declaration
    public BpmnSubProcessTypes Type { get; set; }
    Property Value
    Type Description
    BpmnSubProcessTypes

    The default value is BpmnSubProcessTypes.None

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