menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class UMLConnectorShape

    Inheritance
    System.Object
    UMLConnectorShape
    Inherited Members
    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 UMLConnectorShape

    Constructors

    UMLConnectorShape()

    Declaration
    public UMLConnectorShape()

    Properties

    ActivityFlow

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("activityFlow")]
    public UMLActivityFlow ActivityFlow { get; set; }
    Property Value
    Type Description
    UMLActivityFlow

    Multiplicity

    Declaration
    [JsonProperty("multiplicity")]
    public UMLClassifierMultiplicity Multiplicity { get; set; }
    Property Value
    Type Description
    UMLClassifierMultiplicity

    Relationship

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

    Type

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