Table of Contents

Class ParameterIndexPair

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

Represents the combination of a parameter and display index (for dynamic table columns).

[Serializable]
public class ParameterIndexPair
Inheritance
ParameterIndexPair
Extension Methods

Constructors

ParameterIndexPair()

Initializes an instance of the ParameterIndexPair class.

ParameterIndexPair(int)

Initializes an instance of the ParameterIndexPair class using the specified parameter ID.

ParameterIndexPair(int, string)

Initializes an instance of the ParameterIndexPair class using the specified parameter ID and index.

Properties

ID

Gets or sets the parameter ID.

Index

Gets or sets the index.

Key

Gets the key.

Methods

Clone()

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

ToKey(int, string)

Returns a string representation of the specified parameter ID and index.

ToString()

Returns a string that represents the current object.