Table of Contents

Class DynamicTableIndex

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

Represents a (index, displaykey) pair of a dynamic table.

[Serializable]
public class DynamicTableIndex
Inheritance
DynamicTableIndex
Extension Methods

Constructors

DynamicTableIndex()

Initializes a new instance of the DynamicTableIndex class.

DynamicTableIndex(string, string)

Initializes a new instance of the DynamicTableIndex class using the specified index and display key.

Properties

DisplayValue

Gets or sets the display key value.

IndexValue

Gets or sets the primary key value.

Methods

CompareTo(DynamicTableIndex)

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.

ToString()

Returns a string that represents the current object.