UA Bundle SDK .NET  2.2.0.255
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaServer.NodeAttributeId Class Reference

A class that stores a NodeId/AttributeId pair. More...

Public Member Functions

 NodeAttributeId (NodeId nodeId, uint attributeId)
 Initializes a new instance of the NodeAttributeId class. More...
 
override bool Equals (object obj)
 Determines whether the specified System.Object is equal to this instance. More...
 
override int GetHashCode ()
 Returns a hash code for this instance. More...
 

Properties

NodeId NodeId [get, set]
 Gets or sets the node id. More...
 
uint AttributeId [get, set]
 Gets or sets the attribute id. More...
 

Detailed Description

A class that stores a NodeId/AttributeId pair.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.NodeAttributeId.NodeAttributeId ( NodeId  nodeId,
uint  attributeId 
)
inline

Initializes a new instance of the NodeAttributeId class.

Parameters
nodeIdThe node id.
attributeIdThe attribute id.

Member Function Documentation

override bool UnifiedAutomation.UaServer.NodeAttributeId.Equals ( object  obj)
inline

Determines whether the specified System.Object is equal to this instance.

Parameters
objThe System.Object to compare with this instance.
Returns
true if the specified System.Object is equal to this instance; otherwise, false.
Exceptions
T:System.NullReferenceExceptionThe obj parameter is null.
override int UnifiedAutomation.UaServer.NodeAttributeId.GetHashCode ( )
inline

Returns a hash code for this instance.

Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Property Documentation

uint UnifiedAutomation.UaServer.NodeAttributeId.AttributeId
getset

Gets or sets the attribute id.

The attribute id.

NodeId UnifiedAutomation.UaServer.NodeAttributeId.NodeId
getset

Gets or sets the node id.

The node id.


The documentation for this class was generated from the following file: