The following tables list the members exposed by UANodeId.
Public Constructors
Public Fields
Public Properties
Public Methods
| Name | Description |
| Add | Creates a browse path by adding a browse path element to a node Id. |
| Clone | Overridden. |
| CloneIdentifier | Creates a clone of a give node identifier part. |
| CompareTo | Overloaded. |
| CreateStandard | Creates a node ID with an identifier in the standard OPC UA namespace. |
| Equals | Overloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object.Determines whether the specified System.Object is equal to the current object.Determines whether the specified System.Object is equal to the current object. |
| Format | Formats the node Id object into a string. |
| FromUANodeDescriptor | Converts a node descriptor to a node Id. |
| GetHashCode | Overridden. Serves as the default hash function. Serves as a hash function for a particular type. Serves as a hash function for a particular type. |
| GetIdentifierString | Gets the identifier string for a given identifier. |
| GetObjectData | Overridden. |
| GetSchema | (Inherited from OpcLabs.BaseLib.Info) |
| GetType | Gets the System.Type of the current instance. (Inherited from object) |
| IsNormalizedIdentifier | Determines whether the identifier is normalized, i.e. an System.Int64, a System.String, a System.Guid, or an array of System.Byte. |
| IsValidIdentifier | Determines whether the given identifier is valid. |
| Match | Overloaded. Determines whether the two node Ids match. |
| Parse | Parses a string containing an OPC-UA node Id (its expanded text), and returns a corresponding node Id object. |
| ReadStringList | |
| ReadXml | (Inherited from OpcLabs.BaseLib.Info) |
| SetIdentifier | Sets the identifier value, either numeric, string, GUID, or opaque, or none. |
| SetOpaqueIdentifier | Sets the opaque identifier value (in namespace specific format). |
| ToBrowsePath | Creates an empty browse path with this node as its starting node. |
| ToString | Overridden. Returns a string that represents the current object.Returns a string that represents the current object. Returns a string that represents the current node Id. |
| TryParse | Converts the string representation of an OPC-UA node Id to equivalent node Id object. A return value indicates whether the conversion succeeded. |
| WriteStringList | |
| WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Top
Public Events
Public Operators
Addition | Creates a browse path by adding a browse path element to a node Id. |
Equality | Determines whether the two objects are equal. |
Explicit Type Conversion | Converts a node descriptor to a node Id. |
Greater Than | Determines whether one node Id should be considered greater than the second node Id for ordering purposes. |
Implicit Type Conversion | Overloaded. Converts a System.String to a node Id. |
Inequality | Determines whether the two objects are not equal. |
Less Than | Determines whether one node Id should be considered less than the second node Id for ordering purposes. |
Top
See Also