Click or drag to resize

MetadataRecordAlarmFlags Class

Defines which data Quality should trigger an alarm notification.
Inheritance Hierarchy
SystemObject
  GSF.Historian.FilesMetadataRecordAlarmFlags

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public class MetadataRecordAlarmFlags
View Source

The MetadataRecordAlarmFlags type exposes the following members.

Constructors
 NameDescription
Public methodMetadataRecordAlarmFlagsInitializes a new instance of the MetadataRecordAlarmFlags class
Top
Properties
 NameDescription
Public propertyCouldNotCalculate Gets or sets a boolean value that indicates whether a data Quality of CouldNotCalculate should trigger an alarm notification.
Public propertyDeletedFromAlarmChecks Gets or sets a boolean value that indicates whether a data Quality of DeletedFromAlarmChecks should trigger an alarm notification.
Public propertyDeletedFromProcessing Gets or sets a boolean value that indicates whether a data Quality of DeletedFromProcessing should trigger an alarm notification.
Public propertyDigitalInsertedStatusInAlarm Gets or sets a boolean value that indicates whether a data Quality of DigitalInsertedStatusInAlarm should trigger an alarm notification.
Public propertyDigitalSuspectAlarm Gets or sets a boolean value that indicates whether a data Quality of DigitalSuspectAlarm should trigger an alarm notification.
Public propertyFrontEndHardwareError Gets or sets a boolean value that indicates whether a data Quality of FrontEndHardwareError should trigger an alarm notification.
Public propertyGood Gets or sets a boolean value that indicates whether a data Quality of Good should trigger an alarm notification.
Public propertyInhibitedByCutoutPoint Gets or sets a boolean value that indicates whether a data Quality of InhibitedByCutoutPoint should trigger an alarm notification.
Public propertyInputCountsOutOfSensorRange Gets or sets a boolean value that indicates whether a data Quality of InputCountsOutOfSensorRange should trigger an alarm notification.
Public propertyInsertedValue Gets or sets a boolean value that indicates whether a data Quality of InsertedValue should trigger an alarm notification.
Public propertyInsertedValueAboveHiHiLimit Gets or sets a boolean value that indicates whether a data Quality of InsertedValueAboveHiHiLimit should trigger an alarm notification.
Public propertyInsertedValueAboveHiLimit Gets or sets a boolean value that indicates whether a data Quality of InsertedValueAboveHiLimit should trigger an alarm notification.
Public propertyInsertedValueBelowLoLimit Gets or sets a boolean value that indicates whether a data Quality of InsertedValueBelowLoLimit should trigger an alarm notification.
Public propertyInsertedValueBelowLoLoLimit Gets or sets a boolean value that indicates whether a data Quality of InsertedValueBelowLoLoLimit should trigger an alarm notification.
Public propertyLogicalAlarm Gets or sets a boolean value that indicates whether a data Quality of LogicalAlarm should trigger an alarm notification.
Public propertyOld Gets or sets a boolean value that indicates whether a data Quality of Old should trigger an alarm notification.
Public propertyOpenThermocouple Gets or sets a boolean value that indicates whether a data Quality of OpenThermocouple should trigger an alarm notification.
Public propertySensorReadError Gets or sets a boolean value that indicates whether a data Quality of SensorReadError should trigger an alarm notification.
Public propertySuspectData Gets or sets a boolean value that indicates whether a data Quality of SuspectData should trigger an alarm notification.
Public propertySuspectValueAboveHiHiLimit Gets or sets a boolean value that indicates whether a data Quality of SuspectValueAboveHiHiLimit should trigger an alarm notification.
Public propertySuspectValueAboveHiLimit Gets or sets a boolean value that indicates whether a data Quality of SuspectValueAboveHiLimit should trigger an alarm notification.
Public propertySuspectValueBelowLoLimit Gets or sets a boolean value that indicates whether a data Quality of SuspectValueBelowLoLimit should trigger an alarm notification.
Public propertySuspectValueBelowLoLoLimit Gets or sets a boolean value that indicates whether a data Quality of SuspectValueBelowLoLoLimit should trigger an alarm notification.
Public propertyUnknown Gets or sets a boolean value that indicates whether a data Quality of Unknown should trigger an alarm notification.
Public propertyUnreasonableHigh Gets or sets a boolean value that indicates whether a data Quality of UnreasonableHigh should trigger an alarm notification.
Public propertyUnreasonableLow Gets or sets a boolean value that indicates whether a data Quality of UnreasonableLow should trigger an alarm notification.
Public propertyValue Gets or sets the 32-bit integer value used for defining which data Quality should trigger an alarm notification.
Public propertyValueAboveHiAlarm Gets or sets a boolean value that indicates whether a data Quality of ValueAboveHiAlarm should trigger an alarm notification.
Public propertyValueAboveHiHiAlarm Gets or sets a boolean value that indicates whether a data Quality of ValueAboveHiHiAlarm should trigger an alarm notification.
Public propertyValueBelowLoAlarm Gets or sets a boolean value that indicates whether a data Quality of ValueBelowLoAlarm should trigger an alarm notification.
Public propertyValueBelowLoLoAlarm Gets or sets a boolean value that indicates whether a data Quality of ValueBelowLoLoAlarm should trigger an alarm notification.
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
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also