Click or drag to resize

MetadataRecordGeneralFlags Class

Defines general boolean settings for a MetadataRecord.
Inheritance Hierarchy
SystemObject
  GSF.Historian.FilesMetadataRecordGeneralFlags

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

The MetadataRecordGeneralFlags type exposes the following members.

Constructors
 NameDescription
Public methodMetadataRecordGeneralFlagsInitializes a new instance of the MetadataRecordGeneralFlags class
Top
Properties
 NameDescription
Public propertyAlarmByEmail Gets or sets a boolean value that indicates whether email alarm notifications are to be sent for the MetadataRecord.
Public propertyAlarmByPager Gets or sets a boolean value that indicates whether text alarm notifications are to be sent for the MetadataRecord.
Public propertyAlarmByPhone Gets or sets a boolean value that indicates whether voice alarm notifications are to be sent for the MetadataRecord.
Public propertyAlarmEnabled Gets or sets a boolean value that indicates whether alarm notifications are enabled for the MetadataRecord.
Public propertyAlarmToFile Gets or sets a boolean value that indicates whether alarm notifications for the MetadataRecord are to be logged to a text file.
Public propertyChanged Gets or sets a boolean value that indicates whether the MetadataRecord has been modified.
Public propertyDataType Gets or sets the DataType of archived data for the MetadataRecord.
Public propertyEnabled Gets or sets a boolean value that indicates whether the MetadataRecord is currently enabled for archival of new data.
Public propertyStepCheck Gets or sets a boolean value that indicates whether a "step change" operation is to be performed on incoming time-series data for the MetadataRecord.
Public propertyUsed Gets or sets a boolean value that indicates whether the MetadataRecord is being used (need to be verify).
Public propertyValue Gets or sets the 32-bit integer value used for defining general boolean settings for a MetadataRecord.
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