Table of Contents

Class DynamicTableIndicesResponse

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

Response to a GetDynamicTableIndices message.

[Serializable]
public class DynamicTableIndicesResponse : ResponseMessage
Inheritance
DynamicTableIndicesResponse
Extension Methods

Constructors

DynamicTableIndicesResponse()

Initializes a new instance of the DynamicTableIndicesResponse class.

Fields

Indices

The indices present in the table.

Properties

DataMinerID

Gets or sets the DataMier Agent ID.

ElementID

Gets or sets the element ID.

ParameterID

Gets or sets the parameter ID.

Methods

MapToDisplay(string)

Retrieves the display key that corresponds with the specified primary key.

MapToKey(string)

Retrieves the primary key that corresponds with the specified display key.

ToString()

Returns a string that represents the current object.