Represents time-series data stored in StateFile.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class StateRecordDataPoint : ArchiveDataPoint
Public Class StateRecordDataPoint _ Inherits ArchiveDataPoint
public ref class StateRecordDataPoint : public ArchiveDataPoint
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
StateRecordDataPoint(Int32) |
Initializes a new instance of the StateRecordDataPoint class.
| |
StateRecordDataPoint(IDataPoint) |
Initializes a new instance of the StateRecordDataPoint class.
| |
StateRecordDataPoint(Int32, TimeTag, Single, Quality) |
Initializes a new instance of the StateRecordDataPoint class.
| |
StateRecordDataPoint(Int32, array<Byte>[]()[], Int32, Int32) |
Initializes a new instance of the StateRecordDataPoint class.
| |
BinaryImage |
Gets the binary representation of StateRecordDataPoint.
(Overrides ArchiveDataPoint.BinaryImage.) | |
BinaryLength |
Gets the length of the BinaryImage.
(Overrides ArchiveDataPoint.BinaryLength.) | |
ByteCount |
Specifies the number of bytes in the binary image of StateRecordDataPoint.
| |
CompareTo(Object) |
Compares the current ArchiveDataPoint object to obj.
(Inherited from ArchiveDataPoint.) | |
DaylightSavingsTime |
Gets a boolean value that indicates whether daylight savings time is in effect.
| |
DstMask |
Specifies the bit-mask for DaylightSavingsTime stored in Flags.
| |
Equals(Object) |
Determines whether the current ArchiveDataPoint object is equal to obj.
(Inherited from ArchiveDataPoint.) | |
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.) | |
Flags |
Gets or sets the 32-bit word used for storing data of ArchiveDataPoint.
(Inherited from ArchiveDataPoint.) | |
GetHashCode()()() |
Returns the hash code for the current ArchiveDataPoint object.
(Inherited from ArchiveDataPoint.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
HistorianID |
Gets or sets the historian identifier of ArchiveDataPoint.
(Inherited from ArchiveDataPoint.) | |
Initialize(array<Byte>[]()[], Int32, Int32) |
Initializes StateRecordDataPoint from the specified binaryImage.
(Overrides ArchiveDataPoint.Initialize(array<Byte>[]()[], Int32, Int32).) | |
IsEmpty |
Gets a boolean value that indicates whether ArchiveDataPoint contains any data.
(Inherited from ArchiveDataPoint.) | |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Quality |
Gets or sets the Quality of ArchiveDataPoint.
(Inherited from ArchiveDataPoint.) | |
Time |
Gets or sets the TimeTag of StateRecordDataPoint.
(Overrides ArchiveDataPoint.Time.) | |
TimeZoneIndex |
Gets or sets the 0-based index of the time-zone for the Time.
| |
ToString()()() |
Returns the text representation of ArchiveDataPoint object.
(Inherited from ArchiveDataPoint.) | |
TziMask |
Specifies the bit-mask for TimeZoneIndex stored in Flags.
| |
Value |
Gets or sets the floating-point value of ArchiveDataPoint.
(Inherited from ArchiveDataPoint.) |
Inheritance Hierarchy
Object | ||
ArchiveDataPoint | ||
StateRecordDataPoint |