| Name | Description |
 | AddChild |
Adds a child to the node.
|
 | AddNotifier |
Adds a notifier relationship to the node.
|
 | AddProperty<T> |
Creates a property and adds it to the node.
|
 | AddReference |
Adds a reference.
|
 | AddReferences |
Adds a list of references (ignores duplicates).
|
 | AssignNodeIds |
Recursively assigns NodeIds to the node and its children.
|
 | ClearChangeMasks |
Clears the change masks.
|
 | Clone | |
 | ConditionRefresh |
Returns the last event produced for any conditions belonging to the node or its chilren.
|
 | Create | Overloaded.
Creates a node with default values and assigns new node ids to it and all children.
|
 | CreateBrowser |
Creates a browser for the entity references.
|
 | CreateChild |
Finds or creates the child with the specified browse name.
|
 | Delete |
Deletes an instance and its children (calls OnStateChange callback for each node).
|
 | Dispose | Overloaded.
An overrideable version of the Dispose.
|
 | Export | Overloaded.
Exports a copy of the node to a node table.
|
 | FindChild | Overloaded.
Finds the child with the specified browse name
|
 | FindChildBySymbolicName |
Finds the child by a path constructed from the symbolic names.
|
 | FindMethod |
Returns the method with the specified NodeId or MethodDeclarationId.
|
 | GetAttributesToSave |
Returns a mask which indicates which attributes have non-default value.
|
 | GetChildren |
Populates a list with the children that belong to the node.
|
 | GetHierarchyReferences |
Populates a table with all references in the hierarchy.
|
 | GetHierarchyRoot |
Returns the root node if the node is part of an instance hierarchy.
|
 | GetInstanceHierarchy |
Populates a table with all nodes in the hierarchy.
|
 | GetNotifiers | Overloaded.
Populates a list with the notifiers that belong to the node.
|
 | GetReferences | Overloaded.
Populates a list with the non-child related references that belong to the node.
|
 | Initialize | Overloaded.
When overridden in a derived class, iinitializes the instance with the default values.
|
 | LoadAsBinary |
Loads the node from a binary stream.
|
 | LoadFromXml | Overloaded.
Initializes the node from XML in a stream.
|
  | LoadNode | Overloaded.
Creates a node and initializes it from the stream.
|
 | ReadAttribute |
Reads the value of an attribute.
|
 | ReadAttributes |
Reads the values for a set of attributes.
|
 | ReadChildAttribute |
Reads the attribute of the child node.
|
 | ReferenceExists |
Returns true if the reference exists.
|
 | RemoveChild |
Removes a child from the node.
|
 | RemoveNotifier |
Removes a notifier relationship from the node.
|
 | RemoveReference |
Removes a reference.
|
 | RemoveReferences |
Removes all references of the specified type.
|
 | ReplaceChild |
Creates or replaces the child with the same browse name.
|
 | ReportEvent |
Reports an event produced by the node.
|
 | Save | Overloaded.
Saves object in an binary stream.
|
 | SaveAsBinary | Overloaded.
Saves the node in a binary stream.
|
 | SaveAsXml | Overloaded.
Saves the node as XML in a stream.
|
 | SaveChildren | Overloaded.
Saves the children in a binary stream.
|
 | SaveReferences | Overloaded.
Saves the reference table in a binary stream.
|
 | SetAreEventsMonitored |
Sets the flag which indicates whether event are being monitored for the instance and its children.
|
 | SetChildValue | Overloaded.
Finds the child with the specified browse and assigns the values from any variables in the hierachy of the source.
|
 | SetStatusCode |
Recusively sets the status code and timestamp for the node and all child variables.
|
 | ToString | Overloaded. Returns a string that represents the current object. |
 | Update | Overloaded.
Updates the object from a binary stream.
|
 | UpdateChangeMasks |
Sets the specified bits in the change masks (ORs with the current bits).
|
 | UpdateChildren | Overloaded.
Loads the children from a binary stream.
|
 | UpdateReferences | Overloaded.
Loads the reference table from a binary stream.
|
 | UpdateReferenceTargets |
Recursively updates the targets of references.
|
 | UpdateValues |
Updates the node with the values from an event notification.
|
 | Validate |
Verifies that the node represents a valid node.
|
 | WriteAttribute |
Writes the specified attribute value.
|
 | WriteChildAttribute |
Writes the value of the child attribute.
|