Table of Contents

Class ElementID

Namespace
Skyline.DataMiner.Net
Assembly
SLNetTypes.dll
[Serializable]
public class ElementID : DMAObjectRef
Inheritance
DMAObjectRef
ElementID
Extension Methods

Constructors

ElementID()
ElementID(int, int)
ElementID(SerializationInfo, StreamingContext)

Fields

ItemSeparator

Properties

DataMinerID
EID

Methods

Build(SimpleByteReader)
Clone()

Creates a new object that is a copy of the current instance.

CompareTo(ElementID)

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

Indicates whether the current object is equal to another object of the same type.

Equals(object)

Determines whether the specified object is equal to the current object.

FromString(string)
GetHashCode()

Serves as the default hash function.

GetKey()
GetKey(int, int)
GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the target object.

ToFileFriendlyString()
ToSelectorBlock()
ToString()

Returns a string that represents the current object.

Write(SimpleByteWriter)