Interface IVortexElement
Basic contract for any type that is product of building process.
Namespace: Vortex.Connector
Assembly: Vortex.Connector.dll
Syntax
public interface IVortexElement
Properties
AttributeName
Gets Name of this instance.
Declaration
string AttributeName { get; }
Property Value
Type | Description |
---|---|
System.String |
HumanReadable
Provides a string combined from AttributeName of ancestors (GetParent()) of this instance and the tail of this instance.
Declaration
string HumanReadable { get; }
Property Value
Type | Description |
---|---|
System.String |
Symbol
Get symbol of this instance.
Declaration
string Symbol { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetParent()
Gets the parent object of this instance. Parent object is the object that created this instance.
Declaration
IVortexObject GetParent()
Returns
Type | Description |
---|---|
IVortexObject | Parent object. |
GetSymbolTail()
Get symbol tail of this instance.
Declaration
string GetSymbolTail()
Returns
Type | Description |
---|---|
System.String |