ServerObjectNode Class

CVB.Net Documentation
OPC/UA OpcUaServer object node.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Foundation.OpcUaNodeBase
    Stemmer.Cvb.Foundation.OpcUaServerNodeBase
      Stemmer.Cvb.Foundation.OpcUaServerObjectNode

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

public class ServerObjectNode : ServerNodeBase, 
	IObjectNode, INode, IDisposable

The ServerObjectNode type exposes the following members.

Constructors

  NameDescription
Public methodServerObjectNode
Creates a new Object node that is connected to a OpcUaServer at the parent node.
Top
Properties

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

  NameDescription
Public methodDispose
Disposes the native object wrapped by this object immediately.
(Inherited from NodeBase.)
Protected methodDispose(Boolean)
IDispose helper function.
(Inherited from NodeBase.)
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.)
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.
(Inherited from NodeBase.)
Top
Fields

  NameDescription
Protected fieldLockAnchor
Enables thread safety for "transparent" .Net side operations.
(Inherited from NodeBase.)
Top
See Also

Reference