Method | Description | |
---|---|---|
CreateAddressSpace ( IDictionary |
Does any initialization required before the address space can be used. The externalReferences is an out parameter that allows the node manager to link to nodes in other node managers. For example, the 'Objects' node is managed by the CoreNodeManager and should have a reference to the root folder node(s) exposed by this node manager. |
|
DeleteAddressSpace ( ) : void |
Frees any resources allocated for the address space.
|
|
New ( ISystemContext context, NodeState node ) : Opc.Ua.NodeId |
Creates the NodeId for the specified node.
|
|
ViewsNodeManager ( IServerInternal server, ApplicationConfiguration configuration ) : System |
Initializes the node manager.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
|
GetManagerHandle ( |
Returns a unique handle for the node.
|
|
IsNodeInView ( |
Checks if the node is in the view.
|
|
IsReferenceInView ( |
Checks if the reference is in the view.
|
|
LoadPredefinedNodes ( ISystemContext context ) : NodeStateCollection |
Loads a node set from a file or resource and addes them to the set of predefined nodes.
|
|
ValidateNode ( |
Verifies that the specified node exists.
|
public CreateAddressSpace ( IDictionary |
||
externalReferences | IDictionary |
|
return | void |
protected GetManagerHandle ( |
||
context | ||
nodeId | Opc.Ua.NodeId | |
cache | NodeState>.IDictionary | |
return |
protected IsNodeInView ( |
||
context | ||
continuationPoint | ||
node | NodeState | |
return | bool |
protected IsReferenceInView ( |
||
context | ||
continuationPoint | ||
reference | IReference | |
return | bool |
protected LoadPredefinedNodes ( ISystemContext context ) : NodeStateCollection | ||
context | ISystemContext | |
return | NodeStateCollection |
public New ( ISystemContext context, NodeState node ) : Opc.Ua.NodeId | ||
context | ISystemContext | |
node | NodeState | |
return | Opc.Ua.NodeId |
protected ValidateNode ( |
||
context | ||
handle | Opc | |
cache | NodeState>.IDictionary | |
return | NodeState |
public ViewsNodeManager ( IServerInternal server, ApplicationConfiguration configuration ) : System | ||
server | IServerInternal | |
configuration | ApplicationConfiguration | |
return | System |