Archive
|
public class ArchiveDataPoint : IDataPoint, ISupportBinaryImage, IComparable, IFormattable
The ArchiveDataPoint type exposes the following members.
Name | Description | |
---|---|---|
ArchiveDataPoint(IDataPoint) | Initializes a new instance of the ArchiveDataPoint class. | |
ArchiveDataPoint(IMeasurement) | Initializes a new instance of the ArchiveDataPoint class from a IMeasurement value. | |
ArchiveDataPoint(Int32) | Initializes a new instance of the ArchiveDataPoint class. | |
ArchiveDataPoint(IMeasurement, Quality) | Initializes a new instance of the ArchiveDataPoint class from a IMeasurement value. | |
ArchiveDataPoint(Int32, TimeTag, Single, Quality) | Initializes a new instance of the ArchiveDataPoint class. | |
ArchiveDataPoint(Int32, Byte, Int32, Int32) | Initializes a new instance of the ArchiveDataPoint class. |
Name | Description | |
---|---|---|
BinaryLength | Gets the length of the ArchiveDataPoint. | |
Flags | Gets or sets the 32-bit word used for storing data of ArchiveDataPoint. | |
HistorianID | Gets or sets the historian identifier of ArchiveDataPoint. | |
IsEmpty | Gets a boolean value that indicates whether ArchiveDataPoint contains any data. | |
Metadata | Gets or sets the associated MetadataRecord with this ArchiveDataPoint. | |
Quality | Gets or sets the Quality of ArchiveDataPoint. | |
Time | Gets or sets the TimeTag of ArchiveDataPoint. | |
Value | Gets or sets the floating-point value of ArchiveDataPoint. |
Name | Description | |
---|---|---|
CompareTo | Compares the current ArchiveDataPoint object to obj. | |
Equals |
Determines whether the current ArchiveDataPoint object is equal to obj.
(Overrides ObjectEquals(Object)) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GenerateBinaryImage | Generates binary image of the ArchiveDataPoint and copies it into the given buffer, for BinaryLength bytes. | |
GetHashCode |
Returns the hash code for the current ArchiveDataPoint object.
(Overrides ObjectGetHashCode) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ParseBinaryImage | Initializes ArchiveDataPoint from the specified buffer. | |
ToString |
Returns the text representation of ArchiveDataPoint object.
(Overrides ObjectToString) | |
ToString(IFormatProvider) | Returns the text representation of ArchiveDataPoint object using the specified provider. | |
ToString(String) | Returns the text representation of ArchiveDataPoint object in the specified format. | |
ToString(String, IFormatProvider) | Returns the text representation of ArchiveDataPoint object in the specified format using the specified provider. |
Name | Description | |
---|---|---|
FixedLength | Specifies the number of bytes in the binary image of ArchiveDataPoint. | |
MillisecondMask | Specifies the bit-mask for TimeTag milliseconds stored in Flags. | |
QualityMask | Specifies the bit-mask for Quality stored in Flags. |
Name | Description | |
---|---|---|
BinaryImage |
Returns a binary image of an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions) | |
CopyBinaryImageToStream |
Copies binary image of object that implements ISupportBinaryImage to a Stream.
(Defined by ISupportBinaryImageExtensions) | |
CopyImage |
This is a common optimized block copy function for any kind of data.
(Defined by Common) | |
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
ParseBinaryImageFromStream |
Parses binary image of object that implements ISupportBinaryImage from a Stream.
(Defined by ISupportBinaryImageExtensions) |