Class DiagramRelationShipBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DiagramRelationShipBuilder
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 DiagramRelationShipBuilder : ControlBuilder
Constructors
DiagramRelationShipBuilder()
Declaration
public DiagramRelationShipBuilder()
DiagramRelationShipBuilder(DiagramRelationShip)
Declaration
public DiagramRelationShipBuilder(DiagramRelationShip model)
Parameters
| Type | Name | Description |
|---|---|---|
| DiagramRelationShip | model |
Methods
AssociationType(AssociationFlow)
Defines the association direction
Declaration
public DiagramRelationShipBuilder AssociationType(AssociationFlow value)
Parameters
| Type | Name | Description |
|---|---|---|
| AssociationFlow | value |
Returns
| Type |
|---|
| DiagramRelationShipBuilder |
Multiplicity(DiagramClassifierMultiplicity)
Defines the type of the Classifier Multiplicity
Declaration
public DiagramRelationShipBuilder Multiplicity(DiagramClassifierMultiplicity value)
Parameters
| Type | Name | Description |
|---|---|---|
| DiagramClassifierMultiplicity | value |
Returns
| Type |
|---|
| DiagramRelationShipBuilder |
Multiplicity(Action<DiagramClassifierMultiplicityBuilder>)
Declaration
public DiagramRelationShipBuilder Multiplicity(Action<DiagramClassifierMultiplicityBuilder> multiplicity)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<DiagramClassifierMultiplicityBuilder> | multiplicity |
Returns
| Type |
|---|
| DiagramRelationShipBuilder |
Relationship(ClassifierShape)
Defines the association direction
Declaration
public DiagramRelationShipBuilder Relationship(ClassifierShape value)
Parameters
| Type | Name | Description |
|---|---|---|
| ClassifierShape | value |
Returns
| Type |
|---|
| DiagramRelationShipBuilder |
Type(ConnectionShapes)
Defines the type of the UMLConnector
Declaration
public DiagramRelationShipBuilder Type(ConnectionShapes value)
Parameters
| Type | Name | Description |
|---|---|---|
| ConnectionShapes | value |
Returns
| Type |
|---|
| DiagramRelationShipBuilder |