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. |
HumanReadable
Provides a string combined from Attribute
Declaration
string HumanReadable { get; }
Property Value
Type | Description |
---|---|
System. |
Symbol
Get symbol of this instance.
Declaration
string Symbol { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
GetParent()
Gets the parent object of this instance. Parent object is the object that created this instance.
Declaration
IVortexObject GetParent()
Returns
Type | Description |
---|---|
IVortex |
Parent object. |
GetSymbolTail()
Get symbol tail of this instance.
Declaration
string GetSymbolTail()
Returns
Type | Description |
---|---|
System. |