Table of Contents

Constructor GetParameterMessage

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

GetParameterMessage()

Initializes a new instance of the GetParameterMessage class.

public GetParameterMessage()

GetParameterMessage(int, int, int)

Initializes a new instance of the GetParameterMessage class using the Agent ID, element ID and parameter ID.

public GetParameterMessage(int dmaId, int elId, int parameterId)

Parameters

dmaId int

The Agent ID of the element.

elId int

The element ID.

parameterId int

The parameter ID.

GetParameterMessage(int, int, int, string)

Initializes a new instance of the GetParameterMessage class using the Agent ID, element ID, parameter ID and the display key.

public GetParameterMessage(int dmaId, int elId, int parameterId, string displayKey)

Parameters

dmaId int

The Agent ID of the element.

elId int

The element ID.

parameterId int

The parameter ID.

displayKey string

The display key.

GetParameterMessage(int, int, int, string, bool)

Initializes a new instance of the GetParameterMessage class using the Agent ID, element ID, parameter ID and the display key.

public GetParameterMessage(int dmaId, int elId, int parameterId, string key, bool usePrimaryKey)

Parameters

dmaId int

The Agent ID of the element.

elId int

The element ID.

parameterId int

The parameter ID.

key string

The display key or primary key.

usePrimaryKey bool

true if key denotes the primary key; otherwise false.