CVB.Net 14.0
ClientNodes Class Reference

IClientNode access. More...

Inherits IDisposable.

Public Member Functions

void Dispose ()
 Disposes of the native resources.
 

Properties

IClientNode RootFolder [get]
 Gets the root folder node which is the parent of all nodes.
 
IClientNode this[int namespaceIndex, string identifier] [get]
 Gets the IClientNode with the given namespaceIndex and identifier . More...
 
IClientNode this[int namespaceIndex, long identifier] [get]
 Gets the IClientNode with the given namespaceIndex and identifier . More...
 
IClientNode this[int namespaceIndex, Guid identifier] [get]
 Gets the IClientNode with the given namespaceIndex and identifier . More...
 
IClientNode this[int namespaceIndex, byte[] identifier [get]
 Gets the IClientNode with the given namespaceIndex and identifier . More...
 
IClientNode this[NodeId key] [get]
 Gets the IClientNode with the given NodeId key . More...
 

Detailed Description

IClientNode access.

Property Documentation

◆ identifier

IClientNode this[int namespaceIndex, byte[] identifier
get

Gets the IClientNode with the given namespaceIndex and identifier .

Parameters
namespaceIndexNamespace index for identifier .
identifierNode identifier of node to get.
Returns
The IClientNode object.

◆ this[int namespaceIndex, Guid identifier]

IClientNode this[int namespaceIndex, Guid identifier]
get

Gets the IClientNode with the given namespaceIndex and identifier .

Parameters
namespaceIndexNamespace index for identifier .
identifierNode identifier of node to get.
Returns
The IClientNode object.

◆ this[int namespaceIndex, long identifier]

IClientNode this[int namespaceIndex, long identifier]
get

Gets the IClientNode with the given namespaceIndex and identifier .

Parameters
namespaceIndexNamespace index for identifier .
identifierNode identifier of node to get.
Returns
The IClientNode object.

◆ this[int namespaceIndex, string identifier]

IClientNode this[int namespaceIndex, string identifier]
get

Gets the IClientNode with the given namespaceIndex and identifier .

Parameters
namespaceIndexNamespace index for identifier .
identifierNode identifier of node to get.
Returns
The IClientNode object.

◆ this[NodeId key]

IClientNode this[NodeId key]
get

Gets the IClientNode with the given NodeId key .

Parameters
keyIdentifier of IClientNode to retrieve.
Returns
The IClientNode object.