Name | Description | |
---|---|---|
Add | Create a new browse path by appending a browse element to the end of the given browse path. | |
AppendElement | Appends a browse name to the end of the current browse path. | |
AppendRelative | Appends a sequence of browse path elements to the end of the current OPC-UA browse path. | |
Clone | Overridden. | |
Combine | Combines the current OPC-UA browse path with a given relative browse path string. | |
Equals | Overloaded. Overridden. Determines whether the current OPC-UA browse path is the same as other object. | |
Flatten | Computes an equivalent browse path whose starting node descriptor has a node Id, if possible. | |
FromEnumerable | Converts a sequence of browse path elements into am OPC-UA browse path object. | |
GetHashCode | Overridden. | |
GetLastElement | Obtains the last browse path element of the current OPC-UA browse path. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
Parse | Overloaded. Parses a string containing an absolute browse path, and returns a corresponding browse path object. | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
ToString | Overridden. | |
ToUANodeDescriptor | Converts a browse path to a OpcLabs.EasyOpc.UA.UANodeDescriptor. | |
TryAppendRelative | Overloaded. Attempts to append a relative browse path string to the current OPC-UA browse path.
The method modifies the current OPC-UA browse path by appending a relative browse path, specified by a string. | |
TryCombine | Overloaded. Attempts to combine the current OPC-UA browse path with a given browse path string.
The method modifies the current OPC-UA browse path object by combining it with a browse path specified by a string. | |
TryParse | Overloaded. Attempts to parse a string containing an absolute browse path. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |