Opc.Ua.Core
BaseDataVariableState Class Methods


Opc.Ua Namespace : BaseDataVariableState Class

For a list of all members of this type, see BaseDataVariableState members.

Public Methods
 NameDescription
Public Method Adds a child to the node. (Inherited from Opc.Ua.NodeState)
Public Method Adds a notifier relationship to the node. (Inherited from BaseVariableState)
Public Method Creates a property and adds it to the node. (Inherited from BaseVariableState)
Public Method Adds a reference. (Inherited from BaseVariableState)
Public Method Adds a list of references (ignores duplicates). (Inherited from BaseVariableState)
Public Method Recursively assigns NodeIds to the node and its children. (Inherited from BaseVariableState)
Public Method Clears the change masks. (Inherited from BaseVariableState)
Public Method (Inherited from BaseVariableState)
Public Method Returns the last event produced for any conditions belonging to the node or its chilren. (Inherited from BaseVariableState)
Public Methodstatic (Shared in Visual Basic) Constructs an instance of a node.  
Public MethodOverloaded.  Creates a node with default values and assigns new node ids to it and all children. (Inherited from BaseVariableState)
Public Method Creates a browser for the entity references. (Inherited from BaseVariableState)
Public Method Finds or creates the child with the specified browse name. (Inherited from BaseVariableState)
Public Method Deletes an instance and its children (calls OnStateChange callback for each node). (Inherited from BaseVariableState)
Public MethodOverloaded.  An overrideable version of the Dispose. (Inherited from BaseVariableState)
Public MethodOverloaded.  Exports a copy of the node to a node table. (Inherited from BaseVariableState)
Public MethodOverloaded. Overridden.  Finds the child with the specified browse name.  
Public Method Finds the child by a path constructed from the symbolic names. (Inherited from BaseVariableState)
Public Method Returns the method with the specified NodeId or MethodDeclarationId. (Inherited from BaseVariableState)
Public Method Returns a mask which indicates which attributes have non-default value. (Inherited from BaseVariableState)
Public Method (Inherited from BaseVariableState)
Public MethodOverridden.  Populates a list with the children that belong to the node.  
Public MethodOverloaded. Overridden.  Returns the id of the default type definition node for the instance.  
Public MethodOverloaded.  Gets a display path for the node. (Inherited from BaseVariableState)
Public Method Gets a display text for the node. (Inherited from BaseVariableState)
Public Method Populates a table with all references in the hierarchy. (Inherited from BaseVariableState)
Public Method Returns the root node if the node is part of an instance hierarchy. (Inherited from BaseVariableState)
Public Method Populates a table with all nodes in the hierarchy. (Inherited from BaseVariableState)
Public MethodOverloaded.  Populates a list with the notifiers that belong to the node. (Inherited from BaseVariableState)
Public MethodOverloaded.  Populates a list with the non-child related references that belong to the node. (Inherited from BaseVariableState)
Public MethodOverloaded. Overridden.  When overridden in a derived class, iinitializes the instance with the default values.  
Public Method (Inherited from BaseVariableState)
Public Method Loads the node from a binary stream. (Inherited from BaseVariableState)
Public MethodOverloaded.  Initializes the node from XML in a stream. (Inherited from BaseVariableState)
Public Method Makes a copy of the node and all children. (Inherited from BaseVariableState)
Public Method Reads the value of an attribute. (Inherited from BaseVariableState)
Public Method Reads the values for a set of attributes. (Inherited from BaseVariableState)
Public Method Reads the attribute of the child node. (Inherited from BaseVariableState)
Public Method Returns true if the reference exists. (Inherited from BaseVariableState)
Public Method Removes a child from the node. (Inherited from BaseVariableState)
Public Method Removes a notifier relationship from the node. (Inherited from BaseVariableState)
Public Method Removes a reference. (Inherited from BaseVariableState)
Public Method Removes all references of the specified type. (Inherited from BaseVariableState)
Public Method Creates or replaces the child with the same browse name. (Inherited from BaseVariableState)
Public Method Reports an event produced by the node. (Inherited from BaseVariableState)
Public MethodOverloaded.  Saves the attributes from the stream. (Inherited from BaseVariableState)
Public MethodOverloaded.  Saves the node in a binary stream. (Inherited from BaseVariableState)
Public MethodOverloaded.  Saves the node as XML in a stream. (Inherited from BaseVariableState)
Public MethodOverloaded.  Saves the children in a binary stream. (Inherited from BaseVariableState)
Public MethodOverloaded.  Saves the reference table in a binary stream. (Inherited from BaseVariableState)
Public Method Sets the flag which indicates whether event are being monitored for the instance and its children. (Inherited from BaseVariableState)
Public MethodOverloaded.  Finds the child with the specified browse and assigns the values from any variables in the hierachy of the source. (Inherited from BaseVariableState)
Public Method Sets the minimum sampling interval for the node an all of its child variables.. (Inherited from BaseVariableState)
Public Method Recusively sets the status code and timestamp for the node and all child variables. (Inherited from BaseVariableState)
Public MethodOverloaded. Returns a string that represents the current object. (Inherited from BaseVariableState)
Public MethodOverloaded.  Updates the attributes from the stream. (Inherited from BaseVariableState)
Public Method Sets the specified bits in the change masks (ORs with the current bits). (Inherited from BaseVariableState)
Public MethodOverloaded.  Loads the children from a binary stream. (Inherited from BaseVariableState)
Public MethodOverloaded.  Loads the reference table from a binary stream. (Inherited from BaseVariableState)
Public Method Recursively updates the targets of references. (Inherited from BaseVariableState)
Public Method Updates the node with the values from an event notification. (Inherited from BaseVariableState)
Public Method Verifies that the node represents a valid node. (Inherited from BaseVariableState)
Public Method Writes the specified attribute value. (Inherited from BaseVariableState)
Public Method Writes the value of the child attribute. (Inherited from BaseVariableState)
Top
Protected Methods
 NameDescription
Protected Method Makes a copy of all children. Children must implement MemberwiseClone or ICloneable. (Inherited from Opc.Ua.NodeState)
Protected MethodOverloaded.  Converts a values contained in a variant to the value defined for the variable. (Inherited from BaseVariableState)
Protected Method If overridden returns the id of the default data type node for the instance. (Inherited from BaseVariableState)
Protected Method If overridden returns the id of the default value rank for the instance. (Inherited from BaseVariableState)
Protected Method When overridden in a derived class, initializes the any option children defined for the instance. (Inherited from BaseVariableState)
Protected Method Called after a node is created. (Inherited from BaseVariableState)
Protected Method Called after the object is deleted. (Inherited from BaseVariableState)
Protected Method Called before the ids are assigned to the node and its children. (Inherited from BaseVariableState)
Protected Method Called before a node is created. (Inherited from BaseVariableState)
Protected Method Called before the node is deleted. (Inherited from BaseVariableState)
Protected Method Populates the browser with references that meet the criteria. (Inherited from BaseVariableState)
Protected Method Reads the value for any non-value attribute. (Inherited from BaseVariableState)
Protected Method When overridden in a derived class, iReads the value for the value attribute. (Inherited from BaseVariableState)
Protected MethodOverloaded.  Reads attributes for the next child found in the stream. (Inherited from BaseVariableState)
Protected Method Write the value for any non-value attribute. (Inherited from BaseVariableState)
Protected Method Write the value for the value attribute. (Inherited from BaseVariableState)
Top
See Also

Reference

BaseDataVariableState Class
Opc.Ua Namespace