menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DiagramClassifierMultiplicity

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramClassifierMultiplicity
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramClassifierMultiplicity : EJTagHelper

    Constructors

    DiagramClassifierMultiplicity()

    Declaration
    public DiagramClassifierMultiplicity()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Source

    Defines the type of the Classifier Multiplicity

    Declaration
    public DiagramMultiplicityLabel Source { get; set; }
    Property Value
    Type Description
    DiagramMultiplicityLabel

    The default value is null

    Target

    Defines the type of the Classifier Multiplicity

    Declaration
    public DiagramMultiplicityLabel Target { get; set; }
    Property Value
    Type Description
    DiagramMultiplicityLabel

    The default value is null

    Type

    Defines the type of the Classifier Multiplicity

    Declaration
    public Multiplicity Type { get; set; }
    Property Value
    Type Description
    Multiplicity

    The default value is Multiplicity.OneToOne

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