Table of Contents

Struct DmsElementId

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Represents a system-wide element ID.

public struct DmsElementId
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

DmsElementId(int, int)

Initializes a new instance of the DmsElementId structure using the specified element ID and DataMiner Agent ID.

DmsElementId(string)

Initializes a new instance of the DmsElementId structure using the specified string.

Properties

AgentId

Gets the DataMiner Agent ID.

ElementId

Gets the element ID.

Value

Gets the DataMiner Agent ID/element ID string representation.

Methods

Compare(DmsElementId, DmsElementId)

Compares two specified DmsElementId instances and returns an integer that indicates their relative position in the sort order.

CompareTo(DmsElementId)

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(DmsElementId)

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 ==(DmsElementId, DmsElementId)

Determines whether the two specified objects are equal.

operator >(DmsElementId, DmsElementId)

Returns a value that indicates whether a specified DmsElementId value is greater than another specified DmsElementId value.

operator >=(DmsElementId, DmsElementId)

Returns a value that indicates whether a specified DmsElementId value is greater than or equal to another specified DmsElementId value.

operator !=(DmsElementId, DmsElementId)

Determines whether the two specified objects are not equal.

operator <(DmsElementId, DmsElementId)

Returns a value that indicates whether a specified DmsElementId value is less than another specified DmsElementId value.

operator <=(DmsElementId, DmsElementId)

Returns a value that indicates whether a specified DmsElementId value is less than or equal to another specified DmsElementId value.