CsvToTResult Class

Abstract base class for classes that convert a CSV row to a TResult instance.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public abstract class CsvTo<TResult>
Inheritance
Object    CsvToTResult

Type Parameters

TResult
The data type to initialize.

Constructors

CsvToTResult Constructor used by derived classes.

Properties

Mapping The CsvMapping to use for reading CSV values.

Methods

Convert Converts the values of the dynamic properties of Mapping to a TResult instance.
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)
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