Class DiagramUmlClassMethod
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramUmlClassMethod : EJTagHelper
Constructors
DiagramUmlClassMethod()
Declaration
public DiagramUmlClassMethod()
Properties
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
IsSeparator
Defines the separator of the attributes
Declaration
[HtmlAttributeName("isSeparator")]
public bool IsSeparator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Defines the name of the attributes
Declaration
[HtmlAttributeName("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parameters
Defines the type of the arguments
Declaration
[HtmlAttributeName("parameters")]
public List<DiagramMethodArgument> Parameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DiagramMethodArgument> |
Scope
Defines the type of the attributes
Declaration
[HtmlAttributeName("scope")]
public UmlScope Scope { get; set; }
Property Value
Type | Description |
---|---|
UmlScope |
Style
Sets the shape style of the node
Declaration
[HtmlAttributeName("style")]
public object Style { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Type
Defines the type of the attributes
Declaration
[HtmlAttributeName("type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |