Class DiagramRelationShip
Inheritance
System.Object
DiagramRelationShip
Assembly: Syncfusion.EJ2.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
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Multiplicity
Defines the type of the Classifier Multiplicity
Declaration
public DiagramClassifierMultiplicity Multiplicity { get; set; }
Property Value
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Relationship
Defines the association direction
Declaration
public ClassifierShape Relationship { get; set; }
Property Value
Type
Defines the type of the UMLConnector
Declaration
public ConnectionShapes Type { get; set; }
Property Value