menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramRelationShip - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramRelationShip

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramRelationShip
    Namespace: Syncfusion.EJ2.Diagrams
    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
    Type Description
    AssociationFlow

    The default value is AssociationFlow.Directional

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved