Class ElementKey
Class containing the DataMiner ID and element ID of a DataMiner element.
[Serializable]
public class ElementKey
- Inheritance
-
ElementKey
- Derived
- Extension Methods
Constructors
- ElementKey()
Creates a new ElementKey instance.
- ElementKey(int, int)
Creates a new ElementKey instance with the given DataMiner ID and element ID.
Properties
- DataMinerID
Gets or sets the DataMiner ID of the element.
- ElementID
Gets or sets the element ID of the element.
Methods
- Equals(object)
Determines whether this element ID has the same DataMiner ID and element ID as the given object.
- GetHashCode()
Gets a hash code for this object.
- ToString()
Converts to a string of the format [DataMiner ID]/[element ID].