Overload | Description |
---|---|
UAAttributeOperand Constructor() | Initializes a new instance of the class. |
UAAttributeOperand Constructor(UANodeDescriptor) | Initializes a new instance of the class, with specified type identifier (descriptor), and a OpcLabs.EasyOpc.UA.UAAttributeId.NodeId attribute Id. |
UAAttributeOperand Constructor(UANodeDescriptor,UABrowsePathElementCollection) | Initializes a new instance of the class, with specified type identifier (descriptor) and a relative path. |
UAAttributeOperand Constructor(UANodeDescriptor,UABrowsePathElementCollection,UAAttributeId) | Initializes a new instance of the class, with specified type identifier (descriptor), a relative path, and an attribute Id. |
UAAttributeOperand Constructor(UANodeDescriptor,UABrowsePathElementCollection,UAAttributeId,UAIndexRangeList) | Initializes a new instance of the class, with specified type identifier (descriptor), a relative path, an attribute Id, and an index range list. |
UAAttributeOperand Constructor(UANodeDescriptor,String,UABrowsePathElementCollection,UAAttributeId,UAIndexRangeList) | Initializes a new instance of the class, with specified type identifier (descriptor), a relative path, an attribute Id, and an index range list. |
UAAttributeOperand Constructor(UAAttributeOperand) | Initializes a new instance of the class as a copy of an existing attribute operand. |