menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectorShape

    Show / Hide Table of Contents

    Class ConnectorShape

    The connector shape specifies as either BPMN or UMLClassifier or None. Default valus is None.

    Inheritance
    System.Object
    EJTagHelper
    ConnectorShape
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models.Diagram
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ConnectorShape : EJTagHelper

    Constructors

    ConnectorShape()

    Declaration
    public ConnectorShape()

    Properties

    Association

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("association")]
    public AssociationFlows Association { get; set; }
    Property Value
    Type Description
    AssociationFlows

    Flow

    Declaration
    [JsonProperty("flow")]
    [JsonConverter(typeof(StringEnumConverter))]
    public BPMNFlows Flow { get; set; }
    Property Value
    Type Description
    BPMNFlows

    Message

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("message")]
    public BPMNMessageFlows Message { get; set; }
    Property Value
    Type Description
    BPMNMessageFlows

    Multiplicity

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [Obsolete("Use UMLConnectorShape.UMLClassifierMultiplicity.Multiplicity")]
    [JsonProperty("multiplicity")]
    public Multiplicity Multiplicity { get; set; }
    Property Value
    Type Description
    Multiplicity

    Relationship

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("relationship")]
    [Obsolete("Use UMLConnectorShape.RelationShip")]
    public UMLRelationships Relationship { get; set; }
    Property Value
    Type Description
    UMLRelationships

    Sequence

    Declaration
    [JsonProperty("sequence")]
    [JsonConverter(typeof(StringEnumConverter))]
    public BPMNSequenceFlows Sequence { get; set; }
    Property Value
    Type Description
    BPMNSequenceFlows

    Type

    Declaration
    [JsonProperty("type")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ConnectorShapes Type { get; set; }
    Property Value
    Type Description
    ConnectorShapes
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved