Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The NodeCache type exposes the following members.

Constructors

  NameDescription
Public methodNodeCache
Initializes the object with default values.

Methods

  NameDescription
Public methodBuildBrowsePath
Builds the relative path from a type to a node.
Public methodClear
Removes all nodes from the cache.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExists
Public methodFetchNode
Fetches a node from the server and updates the cache.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind(ExpandedNodeId)
Public methodFind(ExpandedNodeId, NodeId, Boolean, Boolean)
Public methodFind(ExpandedNodeId, NodeId, Boolean, Boolean, QualifiedName)
Public methodFindDataTypeId(ExpandedNodeId)
Returns the data type for the specified encoding.
Public methodFindDataTypeId(NodeId)
Returns the data type for the specified encoding.
Public methodFindReferences
Returns the references of the specified node that meet the criteria specified.
Public methodFindReferenceType
Returns the node identifier for the reference type with the specified browse name.
Public methodFindReferenceTypeName
Returns the qualified name for the reference type id.
Public methodFindSubTypes
Returns the immediate subtypes for the type.
Public methodFindSuperType(ExpandedNodeId)
Returns the immediate supertype for the type.
Public methodFindSuperType(NodeId)
Returns the immediate supertype for the type.
Public methodGetDisplayText(ReferenceDescription)
Returns a display name for the target of a reference.
Public methodGetDisplayText(ExpandedNodeId)
Returns a display name for a node.
Public methodGetDisplayText(INode)
Returns a display name for a node.
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.)
Public methodIsEncodingFor(NodeId, ExtensionObject)
Determines if the value contained in an extension object value matches the expected data type.
Public methodIsEncodingFor(NodeId, Object)
Determines if the value is an encoding of the value
Public methodIsEncodingOf
Checks if the identifier encodingId represents a that provides encodings for the datatypeId .
Public methodIsKnown(ExpandedNodeId)
Determines whether a node id is a known type id.
Public methodIsKnown(NodeId)
Determines whether a node id is a known type id.
Public methodIsTypeOf(ExpandedNodeId, ExpandedNodeId)
Determines whether a type is a subtype of another type.
Public methodIsTypeOf(NodeId, NodeId)
Determines whether a type is a subtype of another type.
Public methodLoadUaDefinedTypes
Loads the UA defined types into the cache.
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.)

Properties

See Also