Represents a pointer to an ArchiveDataBlock.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class ArchiveDataBlockPointer : IComparable, ISupportBinaryImage
Public Class ArchiveDataBlockPointer _ Implements IComparable, ISupportBinaryImage
public ref class ArchiveDataBlockPointer : IComparable, ISupportBinaryImage
Members
All Members | Methods | Properties | Fields | ||
Icon | Member | Description |
---|---|---|
BinaryImage |
Gets the binary representation of ArchiveDataBlockPointer.
| |
BinaryLength |
Gets the length of the BinaryImage.
| |
ByteCount |
Specifies the number of bytes in the binary image of ArchiveDataBlockPointer.
| |
CompareTo(Object) |
Compares the current ArchiveDataBlockPointer object to obj.
| |
DataBlock |
Gets the ArchiveDataBlock corresponding to the ArchiveDataBlockPointer.
| |
Equals(Object) |
Determines whether the current ArchiveDataBlockPointer object is equal to obj.
(Overrides Object.Equals(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()()() |
Returns the hash code for the current ArchiveDataBlock object.
(Overrides Object.GetHashCode()()().) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
HistorianID |
Gets or sets the historian identifier of ArchiveDataBlockPointer.
| |
Index |
Gets the 0-based index of the ArchiveDataBlockPointer.
| |
Initialize(array<Byte>[]()[], Int32, Int32) |
Initializes ArchiveDataBlockPointer from the specified binaryImage.
| |
IsAllocated |
Gets a boolean value that indicates whether the DataBlock has been allocated to contain ArchiveDataPoints.
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Reset()()() |
Deallocates the DataBlock to store new ArchiveDataPoints.
| |
StartTime | ||
ToString()()() |
Returns the text representation of ArchiveDataBlockPointer object.
(Overrides Object.ToString()()().) |
Inheritance Hierarchy
Object | |
ArchiveDataBlockPointer |
See Also