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
[JsonProperty("activityFlow")]
[JsonConverter(typeof(StringEnumConverter))]
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
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("relationship")]
public UMLRelationships Relationship { get; set; }
Property Value
Type | Description |
---|---|
UMLRelationships |
Type
Declaration
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public UMLConnectorShapes Type { get; set; }
Property Value
Type | Description |
---|---|
UMLConnectorShapes |