ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramBpmnShape - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramBpmnShape

    Inheritance
    System.Object
    EJTagHelper
    DiagramBpmnShape
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramBpmnShape : EJTagHelper

    Constructors

    DiagramBpmnShape()

    Declaration
    public DiagramBpmnShape()

    Properties

    Activity

    Defines the type of the BPMN Activity shape

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

    Annotation

    Defines the text of the bpmn annotation

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

    Annotations

    Defines the text of the bpmn annotation collection

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

    ContentTemplate

    To get or set value for ContentTemplate.

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

    DataObject

    Defines the type of the BPMN DataObject shape

    Declaration
    public DiagramBpmnDataObject DataObject { get; set; }
    Property Value
    Type Description
    DiagramBpmnDataObject

    Event

    Defines the type of the BPMN Event shape

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

    Gateway

    Defines the type of the BPMN Gateway shape

    Declaration
    public DiagramBpmnGateway Gateway { get; set; }
    Property Value
    Type Description
    DiagramBpmnGateway

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Shape

    Declaration
    public BpmnShapes Shape { get; set; }
    Property Value
    Type Description
    BpmnShapes

    Type

    Defines the type of node shape

    Declaration
    public Shapes Type { get; set; }
    Property Value
    Type Description
    Shapes
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved