Name | Description | |
---|---|---|
![]() | AddChild | Adds a child to the node. (Inherited from Opc.Ua.NodeState) |
![]() | AddNotifier | Adds a notifier relationship to the node. (Inherited from BaseInstanceState) |
![]() | AddProperty<T> | Creates a property and adds it to the node. (Inherited from BaseInstanceState) |
![]() | AddReference | Adds a reference. (Inherited from BaseInstanceState) |
![]() | AddReferences | Adds a list of references (ignores duplicates). (Inherited from BaseInstanceState) |
![]() ![]() | ApplyIndexRangeAndDataEncoding | Applies the index range and the data encoding to the value. |
![]() ![]() | ArrayDimensionsFromXml | Returns a list of the array dimensions. |
![]() ![]() | ArrayDimensionsToXml | Converts the array dimensions to an XML string. |
![]() | AssignNodeIds | Recursively assigns NodeIds to the node and its children. (Inherited from BaseInstanceState) |
![]() ![]() | CheckTypeBeforeCast<T> | Checks the data type of a value before casting it to the type T. |
![]() | ClearChangeMasks | Clears the change masks. (Inherited from BaseInstanceState) |
![]() | Clone | Overridden. |
![]() | ConditionRefresh | Returns the last event produced for any conditions belonging to the node or its chilren. (Inherited from BaseInstanceState) |
![]() | Create | Overloaded. Creates a node with default values and assigns new node ids to it and all children. (Inherited from BaseInstanceState) |
![]() | CreateBrowser | Creates a browser for the entity references. (Inherited from BaseInstanceState) |
![]() | CreateChild | Finds or creates the child with the specified browse name. (Inherited from BaseInstanceState) |
![]() ![]() | DecodeExtensionObject | Decodes the contents of an extension object. |
![]() | Delete | Deletes an instance and its children (calls OnStateChange callback for each node). (Inherited from BaseInstanceState) |
![]() | Dispose | Overloaded. An overrideable version of the Dispose. (Inherited from BaseInstanceState) |
![]() | Export | Overloaded. Overridden. Exports a copy of the node to a node table. |
![]() | ExtractValueFromVariant | Overloaded. Converts a values contained in a variant to the value defined for the variable. |
![]() | FindChild | Overloaded. Finds the child with the specified browse name (Inherited from BaseInstanceState) |
![]() | FindChildBySymbolicName | Finds the child by a path constructed from the symbolic names. (Inherited from BaseInstanceState) |
![]() | FindMethod | Returns the method with the specified NodeId or MethodDeclarationId. (Inherited from BaseInstanceState) |
![]() | GetAttributesToSave | Overridden. Returns a mask which indicates which attributes have non-default value. |
![]() | GetAttributeValue | (Inherited from BaseInstanceState) |
![]() | GetChildren | Populates a list with the children that belong to the node. (Inherited from BaseInstanceState) |
![]() | GetDefaultTypeDefinitionId | Overloaded. Overridden. Returns the id of the default type definition node for the instance. |
![]() | GetDisplayPath | Overloaded. Gets a display path for the node. (Inherited from BaseInstanceState) |
![]() | GetDisplayText | Gets a display text for the node. (Inherited from BaseInstanceState) |
![]() | GetHierarchyReferences | Populates a table with all references in the hierarchy. (Inherited from BaseInstanceState) |
![]() | GetHierarchyRoot | Returns the root node if the node is part of an instance hierarchy. (Inherited from BaseInstanceState) |
![]() | GetInstanceHierarchy | Populates a table with all nodes in the hierarchy. (Inherited from BaseInstanceState) |
![]() | GetNotifiers | Overloaded. Populates a list with the notifiers that belong to the node. (Inherited from BaseInstanceState) |
![]() | GetReferences | Overloaded. Populates a list with the non-child related references that belong to the node. (Inherited from BaseInstanceState) |
![]() ![]() | GetValue | Overloaded. Returns the value after checking if the variable is null. |
![]() | Initialize | Overloaded. Overridden. Initializes the instance with the default values. |
![]() | IsTypeOf | (Inherited from BaseInstanceState) |
![]() | LoadAsBinary | Loads the node from a binary stream. (Inherited from BaseInstanceState) |
![]() | LoadFromXml | Overloaded. Initializes the node from XML in a stream. (Inherited from BaseInstanceState) |
![]() | MemberwiseClone | Makes a copy of the node and all children. |
![]() | ReadAttribute | Reads the value of an attribute. (Inherited from BaseInstanceState) |
![]() | ReadAttributes | Reads the values for a set of attributes. (Inherited from BaseInstanceState) |
![]() | ReadChildAttribute | Reads the attribute of the child node. (Inherited from BaseInstanceState) |
![]() | ReferenceExists | Returns true if the reference exists. (Inherited from BaseInstanceState) |
![]() | RemoveChild | Removes a child from the node. (Inherited from BaseInstanceState) |
![]() | RemoveNotifier | Removes a notifier relationship from the node. (Inherited from BaseInstanceState) |
![]() | RemoveReference | Removes a reference. (Inherited from BaseInstanceState) |
![]() | RemoveReferences | Removes all references of the specified type. (Inherited from BaseInstanceState) |
![]() | ReplaceChild | Creates or replaces the child with the same browse name. (Inherited from BaseInstanceState) |
![]() | ReportEvent | Reports an event produced by the node. (Inherited from BaseInstanceState) |
![]() | Save | Overloaded. Overridden. Saves the attributes from the stream. |
![]() | SaveAsBinary | Overloaded. Saves the node in a binary stream. (Inherited from BaseInstanceState) |
![]() | SaveAsXml | Overloaded. Saves the node as XML in a stream. (Inherited from BaseInstanceState) |
![]() | SaveChildren | Overloaded. Saves the children in a binary stream. (Inherited from BaseInstanceState) |
![]() | SaveReferences | Overloaded. Saves the reference table in a binary stream. (Inherited from BaseInstanceState) |
![]() | SetAreEventsMonitored | Sets the flag which indicates whether event are being monitored for the instance and its children. (Inherited from BaseInstanceState) |
![]() | SetChildValue | Overloaded. Finds the child with the specified browse and assigns the values from any variables in the hierachy of the source. (Inherited from BaseInstanceState) |
![]() | SetMinimumSamplingInterval | Sets the minimum sampling interval for the node an all of its child variables.. (Inherited from BaseInstanceState) |
![]() | SetStatusCode | Overridden. Recusively sets the status code and timestamp for the node and all child variables. |
![]() | ToString | Overloaded. Returns a string that represents the current object. (Inherited from BaseInstanceState) |
![]() | Update | Overloaded. Overridden. Updates the attributes from the stream. |
![]() | UpdateChangeMasks | Sets the specified bits in the change masks (ORs with the current bits). (Inherited from BaseInstanceState) |
![]() | UpdateChildren | Overloaded. Loads the children from a binary stream. (Inherited from BaseInstanceState) |
![]() | UpdateReferences | Overloaded. Loads the reference table from a binary stream. (Inherited from BaseInstanceState) |
![]() | UpdateReferenceTargets | Recursively updates the targets of references. (Inherited from BaseInstanceState) |
![]() | UpdateValues | Updates the node with the values from an event notification. (Inherited from BaseInstanceState) |
![]() | Validate | Verifies that the node represents a valid node. (Inherited from BaseInstanceState) |
![]() | WriteAttribute | Writes the specified attribute value. (Inherited from BaseInstanceState) |
![]() | WriteChildAttribute | Writes the value of the child attribute. (Inherited from BaseInstanceState) |