CsvFromTSource Class

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

Definition

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

Type Parameters

TSource
The data type to convert.

Constructors

CsvFromTSource Constructor used by derived classes.

Properties

Mapping The CsvMapping to use for writing CSV.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FillMapping Fills the dynamic properties of Mapping with the corresponding values from data.
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