Defines which data Quality should trigger an alarm notification.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class MetadataRecordAlarmFlags
Public Class MetadataRecordAlarmFlags
public ref class MetadataRecordAlarmFlags
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
MetadataRecordAlarmFlags()()() | Initializes a new instance of the MetadataRecordAlarmFlags class | |
CouldNotCalculate |
Gets or sets a boolean value that indicates whether a data Quality of CouldNotCalculate should trigger an alarm notification.
| |
DeletedFromAlarmChecks |
Gets or sets a boolean value that indicates whether a data Quality of DeletedFromAlarmChecks should trigger an alarm notification.
| |
DeletedFromProcessing |
Gets or sets a boolean value that indicates whether a data Quality of DeletedFromProcessing should trigger an alarm notification.
| |
DigitalInsertedStatusInAlarm |
Gets or sets a boolean value that indicates whether a data Quality of DigitalInsertedStatusInAlarm should trigger an alarm notification.
| |
DigitalSuspectAlarm |
Gets or sets a boolean value that indicates whether a data Quality of DigitalSuspectAlarm should trigger an alarm notification.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
FrontEndHardwareError |
Gets or sets a boolean value that indicates whether a data Quality of FrontEndHardwareError should trigger an alarm notification.
| |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
Good |
Gets or sets a boolean value that indicates whether a data Quality of Good should trigger an alarm notification.
| |
InhibitedByCutoutPoint |
Gets or sets a boolean value that indicates whether a data Quality of InhibitedByCutoutPoint should trigger an alarm notification.
| |
InputCountsOutOfSensorRange |
Gets or sets a boolean value that indicates whether a data Quality of InputCountsOutOfSensorRange should trigger an alarm notification.
| |
InsertedValue |
Gets or sets a boolean value that indicates whether a data Quality of InsertedValue should trigger an alarm notification.
| |
InsertedValueAboveHiHiLimit |
Gets or sets a boolean value that indicates whether a data Quality of InsertedValueAboveHiHiLimit should trigger an alarm notification.
| |
InsertedValueAboveHiLimit |
Gets or sets a boolean value that indicates whether a data Quality of InsertedValueAboveHiLimit should trigger an alarm notification.
| |
InsertedValueBelowLoLimit |
Gets or sets a boolean value that indicates whether a data Quality of InsertedValueBelowLoLimit should trigger an alarm notification.
| |
InsertedValueBelowLoLoLimit |
Gets or sets a boolean value that indicates whether a data Quality of InsertedValueBelowLoLoLimit should trigger an alarm notification.
| |
LogicalAlarm |
Gets or sets a boolean value that indicates whether a data Quality of LogicalAlarm should trigger an alarm notification.
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Old |
Gets or sets a boolean value that indicates whether a data Quality of Old should trigger an alarm notification.
| |
OpenThermocouple |
Gets or sets a boolean value that indicates whether a data Quality of OpenThermocouple should trigger an alarm notification.
| |
SensorReadError |
Gets or sets a boolean value that indicates whether a data Quality of SensorReadError should trigger an alarm notification.
| |
SuspectData |
Gets or sets a boolean value that indicates whether a data Quality of SuspectData should trigger an alarm notification.
| |
SuspectValueAboveHiHiLimit |
Gets or sets a boolean value that indicates whether a data Quality of SuspectValueAboveHiHiLimit should trigger an alarm notification.
| |
SuspectValueAboveHiLimit |
Gets or sets a boolean value that indicates whether a data Quality of SuspectValueAboveHiLimit should trigger an alarm notification.
| |
SuspectValueBelowLoLimit |
Gets or sets a boolean value that indicates whether a data Quality of SuspectValueBelowLoLimit should trigger an alarm notification.
| |
SuspectValueBelowLoLoLimit |
Gets or sets a boolean value that indicates whether a data Quality of SuspectValueBelowLoLoLimit should trigger an alarm notification.
| |
ToString()()() | (Inherited from Object.) | |
Unknown |
Gets or sets a boolean value that indicates whether a data Quality of Unknown should trigger an alarm notification.
| |
UnreasonableHigh |
Gets or sets a boolean value that indicates whether a data Quality of UnreasonableHigh should trigger an alarm notification.
| |
UnreasonableLow |
Gets or sets a boolean value that indicates whether a data Quality of UnreasonableLow should trigger an alarm notification.
| |
Value |
Gets or sets the 32-bit integer value used for defining which data Quality should trigger an alarm notification.
| |
ValueAboveHiAlarm |
Gets or sets a boolean value that indicates whether a data Quality of ValueAboveHiAlarm should trigger an alarm notification.
| |
ValueAboveHiHiAlarm |
Gets or sets a boolean value that indicates whether a data Quality of ValueAboveHiHiAlarm should trigger an alarm notification.
| |
ValueBelowLoAlarm |
Gets or sets a boolean value that indicates whether a data Quality of ValueBelowLoAlarm should trigger an alarm notification.
| |
ValueBelowLoLoAlarm |
Gets or sets a boolean value that indicates whether a data Quality of ValueBelowLoLoAlarm should trigger an alarm notification.
|
Inheritance Hierarchy
Object | |
MetadataRecordAlarmFlags |
See Also