NodeBase Class

CVB.Net Documentation
Base class for all OPC/UA nodes.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Foundation.OpcUaNodeBase
    Stemmer.Cvb.Foundation.OpcUaClientNodeBase
    Stemmer.Cvb.Foundation.OpcUaServerNodeBase

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public abstract class NodeBase : INativeHandle, 
	IDisposable, INode

The NodeBase type exposes the following members.

Constructors

  NameDescription
Protected methodNodeBase
Creates a new Node object from the given handle.
Top
Properties

  NameDescription
Public propertyBrowseName
Gets string node identifier (especially for browsing).
Public propertyDescription
Optional description of this node's role and behavior.
Public propertyDisplayName
Node name for displaying it in a user interface.
Public propertyHandle
Native CVB CVOPCNODE handle.
Public propertyIsDisposed
Tests whether the native handle has been disposed.
Public propertyNodeId
Gets the NodeId identifying this Node.
Top
Methods

  NameDescription
Public methodDispose
Disposes the native object wrapped by this object immediately.
Protected methodDispose(Boolean)
IDispose helper function.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodStatic memberNodeClassFromHandle
Gets the node class of the given OPC/UA native node handle.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventObjectDisposing
Raised when this object is about to be disposed via the Dispose method.
Top
Fields

  NameDescription
Protected fieldLockAnchor
Enables thread safety for "transparent" .Net side operations.
Top
See Also

Reference