Defines general boolean settings for a MetadataRecord.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class MetadataRecordGeneralFlags
Public Class MetadataRecordGeneralFlags
public ref class MetadataRecordGeneralFlags
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
MetadataRecordGeneralFlags()()() | Initializes a new instance of the MetadataRecordGeneralFlags class | |
AlarmByEmail |
Gets or sets a boolean value that indicates whether email alarm notifications are to be sent for the MetadataRecord.
| |
AlarmByPager |
Gets or sets a boolean value that indicates whether text alarm notifications are to be sent for the MetadataRecord.
| |
AlarmByPhone |
Gets or sets a boolean value that indicates whether voice alarm notifications are to be sent for the MetadataRecord.
| |
AlarmEnabled |
Gets or sets a boolean value that indicates whether alarm notifications are enabled for the MetadataRecord.
| |
AlarmToFile |
Gets or sets a boolean value that indicates whether alarm notifications for the MetadataRecord are to be logged to a text file.
| |
Changed |
Gets or sets a boolean value that indicates whether the MetadataRecord has been modified.
| |
DataType |
Gets or sets the DataType of archived data for the MetadataRecord.
| |
Enabled |
Gets or sets a boolean value that indicates whether the MetadataRecord is currently enabled for archival of new data.
| |
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.) | |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
StepCheck |
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.
| |
ToString()()() | (Inherited from Object.) | |
Used |
Gets or sets a boolean value that indicates whether the MetadataRecord is being used (need to be verify).
| |
Value |
Gets or sets the 32-bit integer value used for defining general boolean settings for a MetadataRecord.
|
Inheritance Hierarchy
Object | |
MetadataRecordGeneralFlags |
See Also