Class ElementX
Class ElementX.
Inherited Members
Namespace: VisioForge.Core.Types.X
Assembly: VisioForge.Core.dll
Syntax
public class ElementX
Constructors
ElementX(string, ElementType)
Initializes a new instance of the ElementX class.
Declaration
public ElementX(string name, ElementType type)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name. |
ElementType | type | The type. |
Properties
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string | The name. |
Properties
Gets the properties.
Declaration
public Dictionary<string, Tuple<GType, object>> Properties { get; }
Property Value
Type | Description |
---|---|
Dictionary<string, Tuple<GType, object>> | The properties. |
Type
Gets the type.
Declaration
public ElementType Type { get; }
Property Value
Type | Description |
---|---|
ElementType | The type. |
Methods
ReadProperties()
Reads the properties.
Declaration
public bool ReadProperties()
Returns
Type | Description |
---|---|
bool |
|
ToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents this instance. |