Table of Contents

Method GetAlarmTemplateRows

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

GetAlarmTemplateRows(AlarmTemplateEventMessage, List<AlarmTemplateRowID>)

Returns a list of AlarmTemplateRow objects that were requested by the list of AlarmTemplateRowIDs.

public List<AlarmTemplateRow> GetAlarmTemplateRows(AlarmTemplateEventMessage alarmTemplate, List<AlarmTemplateRowID> alarmTemplateRowIDs)

Parameters

alarmTemplate AlarmTemplateEventMessage

The alarm template.

alarmTemplateRowIDs List<AlarmTemplateRowID>

The alarm template row IDs.

Returns

List<AlarmTemplateRow>

Exceptions

ArgumentNullException

When passing null values to the method

ConditionDoesNotExistException

When the condition is not in the condition list

ParameterDoesNotExistException

When the parameter is not in the parameter list