Class DotElement
Inheritance
System.Object
DotElement
Syntax
public abstract class DotElement
Fields
attributes
Declaration
public Dictionary<string, string> attributes
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
Properties
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public abstract string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
HasAttributes()
Declaration
public bool HasAttributes()
Returns
Type |
Description |
System.Boolean |
|