Name | Description | |
---|---|---|
UABrowsePath Constructor | Overloaded. |
The following tables list the members exposed by UABrowsePath.
Name | Description | |
---|---|---|
UABrowsePath Constructor | Overloaded. |
Name | Description | |
---|---|---|
DefaultAsString | Default OPC-UA browse path, expressed as string. | |
DefaultIsEmpty | Default value of the IsEmpty property. Equals to true . | |
DefaultIsNull | Default value of the IsNull property. Equals to true . |
Name | Description | |
---|---|---|
Elements | A sequence of browse path elements that form the browse path, beginning from the starting node. It may be an empty sequence. | |
IsEmpty | Determines whether the current browse path represents is empty, i.e. contains no elements. | |
IsNull | Determines whether the current browse path is null (has a null starting node Id). | |
Length | The length of the OPC-UA browse path, i.e. the count of the browse path elements it consists of. | |
Null | A null browse path. | |
StartingNodeDescriptor | The starting node descriptor of the browse path. | |
StartingNodeId | The starting node Id of the browse path. |
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 specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object. 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. Serves as the default hash function. Serves as a hash function for a particular type. | |
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. Returns a string that represents the current object.Returns a string that represents the current object. | |
ToUANodeDescriptor | Converts a browse path to a OpcLabs.EasyOpc.UA.UANodeDescriptor. | |
TryAppendRelative | Overloaded. | |
TryCombine | Overloaded. | |
TryParse | Overloaded. Attempts to parse a string containing an absolute browse path. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | |
ReadXmlElement | Overridden. Infrastructure. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. Infrastructure. |
Addition | Creates a new browse path by appending a browse element to the end of the given browse path. |
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |