menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DiagramBpmnActivity

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

    Constructors

    DiagramBpmnActivity()

    Declaration
    public DiagramBpmnActivity()

    Properties

    Activity

    Defines the type of the activity None - Sets the type of the Bpmn Activity as None Task - Sets the type of the Bpmn Activity as Task SubProcess - Sets the type of the Bpmn Activity as SubProcess

    Declaration
    public BpmnActivities Activity { get; set; }
    Property Value
    Type Description
    BpmnActivities

    The default value is BpmnActivities.Task

    ContentTemplate

    To get or set value for ContentTemplate.

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

    SubProcess

    Defines the type of the SubProcesses

    Declaration
    public DiagramBpmnSubProcess SubProcess { get; set; }
    Property Value
    Type Description
    DiagramBpmnSubProcess

    The default value is null

    Task

    Defines the BPMN task

    Declaration
    public DiagramBpmnTask Task { get; set; }
    Property Value
    Type Description
    DiagramBpmnTask

    The default value is null

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