Class AlarmTemplateRow
- Namespace
- Skyline.DataMiner.Net.AlarmTemplateHelper
- Assembly
- SLNetTypes.dll
Represents a row in an alarm template.
[Serializable]
public class AlarmTemplateRow
- Inheritance
-
AlarmTemplateRow
- Extension Methods
Constructors
- AlarmTemplateRow()
Initializes a new instance of the AlarmTemplateRow class.
- AlarmTemplateRow(AlarmTemplateRowID, GetAlarmTemplateResponseMessage, AlarmTemplateCondition)
Initializes a new instance of the AlarmTemplateRow class using the specified alarm template row ID, parameter values and optional condition.
Properties
- Condition
Gets or sets the condition.
- ID
Gets or sets the alarm template row ID.
- ParameterValues
Gets or sets the parameter values.
Methods
- Clone()
Creates a new object that is a copy of the current instance.
- Verify()
Verifies whether this row is valid (i.e. ID of the AlarmTemplateRow match the values within the AlarmTemplateRow).