ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class DiagramBpmnFlow

    Inheritance
    System.Object
    EJTagHelper
    DiagramBpmnFlow
    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 DiagramBpmnFlow : EJTagHelper

    Constructors

    DiagramBpmnFlow()

    Declaration
    public DiagramBpmnFlow()

    Properties

    Association

    Sets the type of the Bpmn association flows Default - Sets the type of Association flow as Default Directional - Sets the type of Association flow as Directional BiDirectional - Sets the type of Association flow as BiDirectional @default 'Default'

    Declaration
    public BpmnAssociationFlows Association { get; set; }
    Property Value
    Type Description
    BpmnAssociationFlows

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Flow

    Sets the type of the Bpmn flows Sequence - Sets the type of the Bpmn Flow as Sequence Association - Sets the type of the Bpmn Flow as Association Message - Sets the type of the Bpmn Flow as Message

    Declaration
    public BpmnFlows Flow { get; set; }
    Property Value
    Type Description
    BpmnFlows

    IsComplex

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

    Message

    Declaration
    public BpmnMessageFlows Message { get; set; }
    Property Value
    Type Description
    BpmnMessageFlows

    ParentPropertyName

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

    Sequence

    Sets the type of the Bpmn Sequence flows Default - Sets the type of the sequence flow as Default Normal - Sets the type of the sequence flow as Normal Conditional - Sets the type of the sequence flow as Conditional

    Declaration
    public BpmnSequenceFlows Sequence { get; set; }
    Property Value
    Type Description
    BpmnSequenceFlows

    Type

    Defines the application specific type of connector Bpmn - Sets the type of the connection shape as Bpmn

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