Class DiagramClassifierMultiplicity
Inheritance
System.Object
DiagramClassifierMultiplicity
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
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Source
Defines the type of the Classifier Multiplicity
Declaration
public DiagramMultiplicityLabel Source { get; set; }
Property Value
Target
Defines the type of the Classifier Multiplicity
Declaration
public DiagramMultiplicityLabel Target { get; set; }
Property Value
Type
Defines the type of the Classifier Multiplicity
Declaration
public Multiplicity Type { get; set; }
Property Value