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
AlarmTemplateEventMessageThe alarm template.
alarmTemplateRowIDs
List<AlarmTemplateRowID>The alarm template row IDs.
Returns
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