Click or drag to resize
Grid Solutions Framework

SerializableAlarm Class

Represents a serializable Alarm that can be serialized using XmlSerializer, DataContractSerializer or DataContractJsonSerializer.
Inheritance Hierarchy
SystemObject
  DataQualityMonitoring.ServicesSerializableAlarm

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.181-beta
Syntax
[XmlTypeAttribute("Alarm")]
[DataContractAttribute(Name = "Alarm", Namespace = "")]
public class SerializableAlarm
View Source

The SerializableAlarm type exposes the following members.

Constructors
 NameDescription
Public methodSerializableAlarm Creates a new instance of the SerializableAlarm class.
Public methodSerializableAlarm(Alarm) Creates a new instance of the SerializableAlarm class.
Top
Properties
 NameDescription
Public propertyDelay Gets or sets the amount of time that the signal must be exhibiting alarming behavior before the alarm is raised.
Public propertyDescription Gets or sets the description of the alarm.
Public propertyHysteresis Gets or sets the hysteresis used when clearing alarms.
Public propertyID Gets or sets the identification number of the alarm.
Public propertyOperation Gets or sets the operation to be performed when testing values from the incoming signal.
Public propertySetPoint Gets or sets the value to be compared against the signal to determine whether to raise the alarm.
Public propertySeverity Gets or sets the severity of the alarm.
Public propertySignalID Gets or sets the identification number of the signal whose value is monitored by the alarm.
Public propertyState Gets or sets the state of the alarm (raised or cleared).
Public propertyTagName Gets or sets the tag name of the alarm.
Public propertyTimeRaised Gets or sets the time at which the alarm was raised.
Public propertyTolerance Gets or sets a tolerance window around the SetPoint to use when comparing against the value of the signal.
Public propertyValueAtTimeRaised Gets or sets the value of the signal at the time that the alarm was raised.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also