Class DiagramUmlInterface
Inheritance
System.Object
DiagramUmlInterface
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramUmlInterface : EJTagHelper
Constructors
DiagramUmlInterface()
Declaration
public DiagramUmlInterface()
Properties
Attributes
Defines the text of the bpmn annotation collection
Declaration
public object Attributes { get; set; }
Property Value
Type |
Description |
System.Object |
|
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
IsSeparator
Defines the separator of the attributes
Declaration
public bool IsSeparator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Defines the text of the bpmn annotation collection
Declaration
public object Methods { get; set; }
Property Value
Type |
Description |
System.Object |
|
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 |
|