Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The CoreNodeManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CoreNodeManager |
Initializes the object with default values.
|
Methods
| Name | Description | |
|---|---|---|
| AddReference |
Adds a reference between two existing nodes.
| |
| AddReferences | ||
| ApplyModellingRules |
Applys the modelling rules to any existing instance.
| |
| AttachNode |
Attaches a node to the address space.
| |
| Browse | ||
| Call | ||
| ChangeTypeDefinition |
Changes the type definition for an instance.
| |
| CheckNodeClassMask |
Returns true if the node class matches the node class mask.
| |
| ConditionRefresh | ||
| CreateAddressSpace | ||
| CreateMonitoredItems |
Creates a set of monitored items.
| |
| CreateReference |
Adds a reference between two existing nodes.
| |
| CreateUniqueNodeId |
Creates a unique node identifier.
| |
| DeleteAddressSpace | ||
| DeleteMonitoredItems |
Deletes a set of monitored items.
| |
| DeleteNode |
Deletes a node from the address sapce.
| |
| DeleteReference(Object, NodeId, Boolean, ExpandedNodeId, Boolean) |
Deletes a reference.
| |
| DeleteReference(NodeId, NodeId, Boolean, ExpandedNodeId, Boolean) |
Deletes a reference.
| |
| Dispose()()()() |
Frees any unmanaged resources.
| |
| Dispose(Boolean) |
An overrideable version of the Dispose.
| |
| Equals | (Inherited from Object.) | |
| ExportNode(NodeId, NodeSet) |
Exports a node to a nodeset.
| |
| ExportNode(ILocalNode, NodeSet, Boolean) |
Exports a node to a nodeset.
| |
| Finalize |
The finializer implementation.
(Overrides Object..::..Finalize()()()().) | |
| Find |
Returns the first target that matches the browse path.
| |
| FindLocalNodes |
Returns all targets of the specified reference.
| |
| FindTargetId |
Returns the id the first node with the specified browse name if it exists. null otherwise
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetLocalNode(ExpandedNodeId) |
Returns a node managed by the manager with the specified node id.
| |
| GetLocalNode(NodeId) |
Returns a node managed by the manager with the specified node id.
| |
| GetLocalNode(NodeId, NodeId, Boolean, Boolean, QualifiedName) |
Returns a node managed by the manager with the specified node id.
| |
| GetLocalNodes |
Returns a list of nodes which are targets of the specified references.
| |
| GetManagerHandle | ||
| GetNamespaceIndex |
Returns an index for the NamespaceURI (Adds it to the server namespace table if it does not already exist).
| |
| GetNodeMetadata | ||
| GetTargetNode |
Returns a node managed by the manager that has the specified browse name.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HasLock |
Returns true if the current thread has the lock on the node manager.
| |
| HistoryRead | ||
| HistoryUpdate | ||
| ImportNodes |
Imports the nodes from a dictionary of NodeState objects.
| |
| ImportNodeSet |
Adds a nodeset to the address space.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ModifyMonitoredItems |
Modifies a set of monitored items.
| |
| Read | ||
| RegisterSource |
Registers a source for a node.
| |
| SetMonitoringMode |
Changes the monitoring mode for a set of monitored items.
| |
| SubscribeToAllEvents | ||
| SubscribeToEvents | ||
| ToString | (Inherited from Object.) | |
| TranslateBrowsePath(NodeId, RelativePath) |
Returns a list of targets the match the browse path.
| |
| TranslateBrowsePath(NodeId, String) |
Returns a list of targets the match the browse path.
| |
| TranslateBrowsePath(OperationContext, NodeId, RelativePath) |
Returns a list of targets the match the browse path.
| |
| TranslateBrowsePath(OperationContext, NodeId, String) |
Returns a list of targets the match the browse path.
| |
| TranslateBrowsePath(OperationContext, Object, RelativePathElement, IList<(Of <<'(ExpandedNodeId>)>>), IList<(Of <<'(NodeId>)>>)) | ||
| UnregisterSource |
Called when the source is no longer used.
| |
| Write |
Properties
| Name | Description | |
|---|---|---|
| DataLock |
Acquires the lock on the node manager.
| |
| NamespaceUris | ||
| Server |
The server that the node manager belongs to.
| |
| SuppressModelChangeEvents |
Suppresses model change events.
|