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  |