Click or drag to resize

StateRecordDataPoint Methods

The StateRecordDataPoint type exposes the following members.

Methods
  Name Description
Public method CompareTo Compares the current ArchiveDataPoint object to obj.
(Inherited from ArchiveDataPoint)
Public method Equals Determines whether the current ArchiveDataPoint object is equal to obj.
(Inherited from ArchiveDataPoint)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GenerateBinaryImage Generates binary image of the StateRecordDataPoint and copies it into the given buffer, for BinaryLength bytes.
(Overrides ArchiveDataPointGenerateBinaryImage(Byte, Int32))
Public method GetHashCode Returns the hash code for the current ArchiveDataPoint object.
(Inherited from ArchiveDataPoint)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method ParseBinaryImage Initializes StateRecordDataPoint from the specified buffer.
(Overrides ArchiveDataPointParseBinaryImage(Byte, Int32, Int32))
Public method ToString Returns the text representation of ArchiveDataPoint object.
(Inherited from ArchiveDataPoint)
Public method ToString(IFormatProvider) Returns the text representation of ArchiveDataPoint object using the specified provider.
(Inherited from ArchiveDataPoint)
Public method ToString(String) Returns the text representation of ArchiveDataPoint object in the specified format.
(Inherited from ArchiveDataPoint)
Public method ToString(String, IFormatProvider) Returns the text representation of ArchiveDataPoint object in the specified format using the specified provider.
(Inherited from ArchiveDataPoint)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also