Class DiagramUmlEnumeration
Inheritance
System.Object
DiagramUmlEnumeration
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramUmlEnumeration : EJTagHelper
Constructors
DiagramUmlEnumeration()
Declaration
public DiagramUmlEnumeration()
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
Members
Defines the text of the bpmn annotation collection
Declaration
public List<DiagramUmlEnumerationMember> Members { get; set; }
Property Value
Name
Defines the name of the attributes
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Style
Sets the shape style of the node
Declaration
public object Style { get; set; }
Property Value
Type |
Description |
System.Object |
|