Table of Contents

Constructor AlarmTemplateRow

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

AlarmTemplateRow()

Initializes a new instance of the AlarmTemplateRow class.

public AlarmTemplateRow()

AlarmTemplateRow(AlarmTemplateRowID, GetAlarmTemplateResponseMessage, AlarmTemplateCondition)

Initializes a new instance of the AlarmTemplateRow class using the specified alarm template row ID, parameter values and optional condition.

public AlarmTemplateRow(AlarmTemplateRowID id, GetAlarmTemplateResponseMessage parameterValues, AlarmTemplateCondition condition = null)

Parameters

id AlarmTemplateRowID

The alarm template row ID.

parameterValues GetAlarmTemplateResponseMessage

The parameter values.

condition AlarmTemplateCondition

The condition.