Class RootVortexerObject
Object to represent the root VortexObject. Instance of this class is typically used as root for the connector object.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Vortex.Connector
Assembly: Vortex.Connector.dll
Syntax
[Obsolete("This class should not be directly instantiated by framework consumers.")]
public class RootVortexerObject : IVortexObject, ITwinObject, IVortexElement
Fields
_valueTags
Declaration
List<IValueTag> _valueTags
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<IValueTag> |
Children
Gets list of children fot this root object.
Declaration
List<IVortexObject> Children
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<IVortexObject> |
Kids
Gets list of children fot this root object.
Declaration
List<IVortexElement> Kids
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<IVortexElement> |
Properties
AttributeName
Gets empty name for this root object.
Declaration
public string AttributeName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
HumanReadable
Gets empty human readable of this root object.
Declaration
public string HumanReadable { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Identity
Get sn empty identity for this root object.
Declaration
public OnlinerULInt Identity { get; }
Property Value
| Type | Description |
|---|---|
| OnlinerULInt |
Symbol
Gets empty symbol for this root object.
Declaration
public string Symbol { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
SymbolTail
Declaration
string SymbolTail
{
}
Property Value
| Type | Description |
|---|---|
| System.String |
ValueTags
Declaration
List<IValueTag> ValueTags
{
}
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<IValueTag> |
Methods
AddChild(IVortexObject)
Adds child object to this root object.
Declaration
public void AddChild(IVortexObject vortexObject)
Parameters
| Type | Name | Description |
|---|---|---|
| IVortexObject | vortexObject |
AddKid(IVortexElement)
Add member to the list of kids
Declaration
public void AddKid(IVortexElement kid)
Parameters
| Type | Name | Description |
|---|---|---|
| IVortexElement | kid | Kid |
AddValueTag(IValueTag)
Adds value tag to this root object.
Declaration
public void AddValueTag(IValueTag valueTag)
Parameters
| Type | Name | Description |
|---|---|---|
| IValueTag | valueTag |
GetChildren()
Get list for this root object.
Declaration
public IEnumerable<IVortexObject> GetChildren()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<IVortexObject> |
GetConnector()
Get the instance of connector of this root object.
Declaration
public IConnector GetConnector()
Returns
| Type | Description |
|---|---|
| IConnector |
GetParent()
Gets this instance as parent object.
Declaration
public IVortexObject GetParent()
Returns
| Type | Description |
|---|---|
| IVortexObject |
GetSymbolTail()
Get symbol tail of this object.
Declaration
public string GetSymbolTail()
Returns
| Type | Description |
|---|---|
| System.String |
GetValueTags()
Gets value tags of this root object.
Declaration
public IEnumerable<IValueTag> GetValueTags()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<IValueTag> |