DataObjectConverter<TObject> Class

Serves as the abstract base class for objects that convert between data objects and vectors, matrices, and data frames.

Definition

Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public abstract class DataObjectConverter<TObject>
Inheritance
Object  →  DataObjectConverter<TObject>

Type Parameters

TObject

Constructors

DataObjectConverter<TObject>Initializes a new instance of the DataObjectConverter<TObject> class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromDataFrame<R, C> Converts a data frame to a data object.
FromMatrix<T> Converts a matrix to a data object.
FromVector<T> Converts a vector to a data object.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also