Class DiagramUmlClassifierShape
Inheritance
System.Object
DiagramUmlClassifierShape
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramUmlClassifierShape : EJTagHelper
Constructors
DiagramUmlClassifierShape()
Declaration
public DiagramUmlClassifierShape()
Properties
Classifier
Defines the type of classifier
Declaration
public ClassifierShape Classifier { get; set; }
Property Value
ClassShape
Defines the text of the bpmn annotation collection
Declaration
public DiagramUmlClass ClassShape { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
EnumerationShape
Defines the text of the bpmn annotation collection
Declaration
public DiagramUmlEnumeration EnumerationShape { get; set; }
Property Value
InterfaceShape
Defines the text of the bpmn annotation collection
Declaration
public DiagramUmlInterface InterfaceShape { 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
Type
Defines the type of node shape
Declaration
public Shapes Type { get; set; }
Property Value