Click or drag to resize

ArchiveDataPoint Methods

The ArchiveDataPoint type exposes the following members.

Methods
  Name Description
Public method CompareTo Compares the current ArchiveDataPoint object to obj.
Public method Equals Determines whether the current ArchiveDataPoint object is equal to obj.
(Overrides ObjectEquals(Object))
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 ArchiveDataPoint and copies it into the given buffer, for BinaryLength bytes.
Public method GetHashCode Returns the hash code for the current ArchiveDataPoint object.
(Overrides ObjectGetHashCode)
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 ArchiveDataPoint from the specified buffer.
Public method ToString Returns the text representation of ArchiveDataPoint object.
(Overrides ObjectToString)
Public method ToString(IFormatProvider) Returns the text representation of ArchiveDataPoint object using the specified provider.
Public method ToString(String) Returns the text representation of ArchiveDataPoint object in the specified format.
Public method ToString(String, IFormatProvider) Returns the text representation of ArchiveDataPoint object in the specified format using the specified provider.
Top
Extension Methods
  Name Description
Public Extension Method BinaryImage Returns a binary image of an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions)
Public Extension Method CopyBinaryImageToStream Copies binary image of object that implements ISupportBinaryImage to a Stream.
(Defined by ISupportBinaryImageExtensions)
Public Extension Method CopyImage This is a common optimized block copy function for any kind of data.
(Defined by Common)
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)
Public Extension Method ParseBinaryImageFromStream Parses binary image of object that implements ISupportBinaryImage from a Stream.
(Defined by ISupportBinaryImageExtensions)
Top
See Also