Opc.Ua.Core
NodeState Class Members
Fields  Properties  Methods  Events


Opc.Ua Namespace : NodeState Class

The following tables list the members exposed by NodeState.

Public Fields
 NameDescription
Public Field Called when ClearChangeMasks is called and the ChangeMask is not None.  
Public Field Called after the CreateBrowser method is called.  
Public Field Called after the PopulateBrowser method is called.  
Public Field Called when the AccessRestrictions attribute is read.  
Public Field Called when the BrowseName attribute is read.  
Public Field Called when the Description attribute is read.  
Public Field Called when the DisplayName attribute is read.  
Public Field Called when the NodeClass attribute is read.  
Public Field Called when the NodeId attribute is read.  
Public Field Called when the RolePermissions attribute is read.  
Public Field Called when the UserRolePermissions attribute is read.  
Public Field Called when the UserWriteMask attribute is read.  
Public Field Called when the WriteMask attribute is read.  
Public Field Called when a reference gets added to the node  
Public Field Called when a reference gets removed from the node  
Public Field Called when a node produces an event that needs to be reported.  
Public Field Called when ClearChangeMasks is called and the ChangeMask is not None.  
Public Field Called when the Validate method is called  
Public Field Called when the AccessRestrictions attribute is written.  
Public Field Called when the BrowseName attribute is written.  
Public Field Called when the Description attribute is written.  
Public Field Called when the DisplayName attribute is written.  
Public Field Called when the NodeClass attribute is written.  
Public Field Called when the NodeId attribute is written.  
Public Field Called when the RolePermissions attribute is written.  
Public Field Called when the UserRolePermissions attribute is written.  
Public Field Called when the UserWriteMask attribute is written.  
Public Field Called when the WriteMask attribute is written.  
Top
Protected Fields
 NameDescription
Protected Field Indicates what has changed in the node.  
Protected Field A list of children of the node.  
Top
Public Properties
 NameDescription
Public Property Specifies a mask indicating any access restrictions that apply to the node.  
Public Property True if events produced by the instance are being monitored.  
Public Property The browse name of the node.  
Public Property The categories assigned to the node.  
Public PropertyWhat has changed in the node since ClearChangeMasks was last called.  
Public Property The localized description for the node.  
Public Property The display name for the node.  
Public Property Gets or sets the extensions of the node set. Property used when importing NodeSet2.xml files.  
Public Property An arbitrary handle associated with the node.  
Public Property True if the node and its children have been initialized.  
Public Property The class for the node.  
Public Property The identifier for the node.  
Public Property The documentation for the node that is saved in the NodeSet.  
Public Property The release status for the node.  
Public Property Specifies a list of permissions for the node assigned to roles.  
Public Property The specification that defines the node.  
Public Property A symbolic name for the node that is not expected to be globally unique.  
Public Property Specifies a list of permissions for the node assigned to roles for the current user.  
Public Property Specifies which attributes are writeable for the current user.  
Public Property True if the node must be validated with the underlying system before use.  
Public Property Specifies which attributes are writeable.  
Top
Public Methods
 NameDescription
Public Method Adds a child to the node.  
Public Method Adds a notifier relationship to the node.  
Public Method Creates a property and adds it to the node.  
Public Method Adds a reference.  
Public Method Adds a list of references (ignores duplicates).  
Public Method Recursively assigns NodeIds to the node and its children.  
Public Method Clears the change masks.  
Public Method  
Public Method Returns the last event produced for any conditions belonging to the node or its chilren.  
Public MethodOverloaded.  Creates a node with default values and assigns new node ids to it and all children.  
Public Method Creates a browser for the entity references.  
Public Method Finds or creates the child with the specified browse name.  
Public Method Deletes an instance and its children (calls OnStateChange callback for each node).  
Public MethodOverloaded.  An overrideable version of the Dispose.  
Public MethodOverloaded.  Exports a copy of the node to a node table.  
Public MethodOverloaded.  Finds the child with the specified browse name  
Public Method Finds the child by a path constructed from the symbolic names.  
Public Method Returns the method with the specified NodeId or MethodDeclarationId.  
Public Method Returns a mask which indicates which attributes have non-default value.  
Public Method Populates a list with the children that belong to the node.  
Public Method Populates a table with all references in the hierarchy.  
Public Method Returns the root node if the node is part of an instance hierarchy.  
Public Method Populates a table with all nodes in the hierarchy.  
Public MethodOverloaded.  Populates a list with the notifiers that belong to the node.  
Public MethodOverloaded.  Populates a list with the non-child related references that belong to the node.  
Public MethodOverloaded.  When overridden in a derived class, iinitializes the instance with the default values.  
Public Method Loads the node from a binary stream.  
Public MethodOverloaded.  Initializes the node from XML in a stream.  
Public Methodstatic (Shared in Visual Basic)Overloaded.  Creates a node and initializes it from the stream.  
Public Method Reads the value of an attribute.  
Public Method Reads the values for a set of attributes.  
Public Method Reads the attribute of the child node.  
Public Method Returns true if the reference exists.  
Public Method Removes a child from the node.  
Public Method Removes a notifier relationship from the node.  
Public Method Removes a reference.  
Public Method Removes all references of the specified type.  
Public Method Creates or replaces the child with the same browse name.  
Public Method Reports an event produced by the node.  
Public MethodOverloaded.  Saves object in an binary stream.  
Public MethodOverloaded.  Saves the node in a binary stream.  
Public MethodOverloaded.  Saves the node as XML in a stream.  
Public MethodOverloaded.  Saves the children in a binary stream.  
Public MethodOverloaded.  Saves the reference table in a binary stream.  
Public Method Sets the flag which indicates whether event are being monitored for the instance and its children.  
Public MethodOverloaded.  Finds the child with the specified browse and assigns the values from any variables in the hierachy of the source.  
Public Method Recusively sets the status code and timestamp for the node and all child variables.  
Public MethodOverloaded. Returns a string that represents the current object.  
Public MethodOverloaded.  Updates the object from a binary stream.  
Public Method Sets the specified bits in the change masks (ORs with the current bits).  
Public MethodOverloaded.  Loads the children from a binary stream.  
Public MethodOverloaded.  Loads the reference table from a binary stream.  
Public Method Recursively updates the targets of references.  
Public Method Updates the node with the values from an event notification.  
Public Method Verifies that the node represents a valid node.  
Public Method Writes the specified attribute value.  
Public Method Writes the value of the child attribute.  
Top
Protected Methods
 NameDescription
Protected Method Makes a copy of all children. Children must implement MemberwiseClone or ICloneable.  
Protected Method When overridden in a derived class, initializes the any option children defined for the instance.  
Protected Method Called after a node is created.  
Protected Method Called after the object is deleted.  
Protected Method Called before the ids are assigned to the node and its children.  
Protected Method Called before a node is created.  
Protected Method Called before the node is deleted.  
Protected Method Populates the browser with references that meet the criteria.  
Protected Method Reads the value for any non-value attribute.  
Protected Method When overridden in a derived class, iReads the value for the value attribute.  
Protected MethodOverloaded.  Reads attributes for the next child found in the stream.  
Protected Method Write the value for any non-value attribute.  
Protected Method Write the value for the value attribute.  
Top
Public Events
 NameDescription
Public Event An event which allows multiple sinks to be notified when the OnStateChanged callback is called.  
Top
See Also

Reference

NodeState Class
Opc.Ua Namespace