Class DiagramRelationShip
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramRelationShip
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.dll
Syntax
public class DiagramRelationShip : EJTagHelper
Constructors
DiagramRelationShip()
Declaration
public DiagramRelationShip()
Properties
AssociationType
Defines the association direction
Declaration
public AssociationFlow AssociationType { get; set; }
Property Value
| Type | Description |
|---|---|
| AssociationFlow | The default value is AssociationFlow.Default |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Multiplicity
Defines the type of the Classifier Multiplicity
Declaration
public DiagramClassifierMultiplicity Multiplicity { get; set; }
Property Value
| Type | Description |
|---|---|
| DiagramClassifierMultiplicity | The default value is null |
Relationship
Defines the association direction
Declaration
public ClassifierShape Relationship { get; set; }
Property Value
| Type | Description |
|---|---|
| ClassifierShape | The default value is ClassifierShape.Aggregation |
Type
Defines the type of the UMLConnector
Declaration
public ConnectionShapes Type { get; set; }
Property Value
| Type | Description |
|---|---|
| ConnectionShapes | The default value is ConnectionShapes.None |