Name | Description | |
---|---|---|
UANodeDescriptor Constructor | Overloaded. |
The following tables list the members exposed by UANodeDescriptor.
Name | Description | |
---|---|---|
UANodeDescriptor Constructor | Overloaded. |
Name | Description | |
---|---|---|
DefaultAsString | Default UANodeDescriptor, expressed as string. | |
DefaultHasBrowsePath | Default value of the HasBrowsePath property. Equals to false . | |
DefaultHasNodeId | Default value of the HasNodeId property. Equals to false . |
Name | Description | |
---|---|---|
AliasName | When non-empty, specifies the name of the alias that will be used in place of this object. | |
ArgumentString | The node descriptor in form of an argument string, i.e. a key=value pairs separated by semicolons. | |
BrowsePath | Specifies the browse path for the OPC node. | |
DefaultBrowsePath | Default browse path (empty one). | |
DefaultNodeId | Default node Id (empty one). | |
HasBrowsePath | Determines whether there is a non-null browse path in the descriptor. | |
HasNodeId | Determines whether there is a non-null node ID in the descriptor. | |
IsAliased | Determines whether this object is aliased. | |
IsNull | Determines whether the node descriptor is null, i.e. specifies neither node ID nor a browse path. | |
NodeId | A node Id. Stores an identifier for a node in a server's address space, together with a complete namespace URI. | |
Null | A null node descriptor (contains a null node ID and a null browse path). |
Name | Description | |
---|---|---|
Add | Adds a browse path element to a node descriptor. | |
Clone | Overridden. | |
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. | |
Flatten | Computes an equivalent node descriptor that is flattened. | |
FromString | Converts a System.String to a node descriptor. | |
FromUABrowsePath | Converts a OpcLabs.EasyOpc.UA.Navigation.UABrowsePath to a node descriptor. | |
FromUANodeElement | Converts a OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement to a node descriptor. | |
FromUANodeId | Converts a OpcLabs.EasyOpc.UA.AddressSpace.UANodeId to a node descriptor. | |
GetHashCode | Overridden. Serves as the default hash function. Serves as a hash function for a particular type. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
MakeArgumentString | Infrastructure. | |
MakePathDescriptors | Creates a path containing UANodeDescriptor-s made from browse path. | |
Match | Determines whether the node descriptor matches another node descriptor. | |
ReadStringList | ||
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
ToString | Overridden. Returns a string that represents the current object.Returns a string that represents the current object.Returns a string describing the contents of the node descriptor. | |
WriteStringList | ||
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. |
Name | Description | |
---|---|---|
PropertyChanged | Handler for System.ComponentModel.INotifyPropertyChanged.PropertyChanged. |
Addition | Adds a browse path element to a node descriptor. |
Equality | Determines whether the two objects are equal. |
Implicit Type Conversion | Overloaded. Converts a System.String to a node descriptor. |
Inequality | Determines whether the two objects are not equal. |