Archive
|
public class ArchiveDataBlockPointer : IComparable, ISupportBinaryImage
The ArchiveDataBlockPointer type exposes the following members.
Name | Description | |
---|---|---|
BinaryLength | Gets the length of the ArchiveDataBlockPointer. | |
DataBlock | Gets the ArchiveDataBlock corresponding to the ArchiveDataBlockPointer. | |
HistorianID | Gets or sets the historian identifier of ArchiveDataBlockPointer. | |
Index | Gets the 0-based index of the ArchiveDataBlockPointer. | |
IsAllocated | Gets a boolean value that indicates whether the DataBlock has been allocated to contain ArchiveDataPoints. | |
StartTime | Gets or sets the TimeTag of first ArchiveDataPoint in the DataBlock. |
Name | Description | |
---|---|---|
CompareTo | Compares the current ArchiveDataBlockPointer object to obj. | |
Equals |
Determines whether the current ArchiveDataBlockPointer 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 ArchiveDataBlockPointer and copies it into the given buffer, for BinaryLength bytes. | |
GetDataBlock | Gets the ArchiveDataBlock associated with this ArchiveDataBlockPointer. | |
GetHashCode |
Returns the hash code for the current ArchiveDataBlock 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 ArchiveDataBlockPointer from the specified buffer. | |
Reset | Deallocates the DataBlock to store new ArchiveDataPoints. | |
ToString |
Returns the text representation of ArchiveDataBlockPointer object.
(Overrides ObjectToString) |
Name | Description | |
---|---|---|
FixedLength | Specifies the number of bytes in the binary image of ArchiveDataBlockPointer. |
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) | |
Matches |
Tests if the dataBlockPointer matches the specified search criteria.
(Defined by ArchiveDataBlockPointerExtensions) | |
ParseBinaryImageFromStream |
Parses binary image of object that implements ISupportBinaryImage from a Stream.
(Defined by ISupportBinaryImageExtensions) |