Struct DmsServiceId
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Represents a system-wide element ID.
public struct DmsServiceId
- Extension Methods
Remarks
This is a combination of a DataMiner Agent ID (the ID of the Agent on which the element was created) and an element ID.
Constructors
- DmsServiceId(int, int)
Initializes a new instance of the DmsServiceId structure using the specified service ID and DataMiner Agent ID.
- DmsServiceId(string)
Initializes a new instance of the DmsServiceId structure using the specified string.
Properties
- AgentId
Gets the DataMiner Agent ID.
- ServiceId
Gets the service ID.
- Value
Gets the DataMiner Agent ID/service ID string representation.
Methods
- Compare(DmsServiceId, DmsServiceId)
Compares two specified DmsServiceId instances and returns an integer that indicates their relative position in the sort order.
- CompareTo(DmsServiceId)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
- CompareTo(object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
- Equals(DmsServiceId)
Indicates whether the current object is equal to another object of the same type.
- Equals(object)
Compares the object to another object.
- GetHashCode()
Returns the hash code.
- ToString()
Returns a string that represents the current object.
Operators
- operator ==(DmsServiceId, DmsServiceId)
Determines whether the two specified objects are equal.
- operator >(DmsServiceId, DmsServiceId)
Returns a value that indicates whether a specified DmsServiceId value is greater than another specified DmsServiceId value.
- operator >=(DmsServiceId, DmsServiceId)
Returns a value that indicates whether a specified DmsServiceId value is greater than or equal to another specified DmsServiceId value.
- operator !=(DmsServiceId, DmsServiceId)
Determines whether the two specified objects are not equal.
- operator <(DmsServiceId, DmsServiceId)
Returns a value that indicates whether a specified DmsServiceId value is less than another specified DmsServiceId value.
- operator <=(DmsServiceId, DmsServiceId)
Returns a value that indicates whether a specified DmsServiceId value is less than or equal to another specified DmsServiceId value.