CsvFromTSourceFillMapping Method

Fills the dynamic properties of Mapping with the corresponding values from data.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public abstract void FillMapping(
	TSource data
)

Parameters

data  TSource
The TSource instance. (If the method is called from CsvWriterTSource, data is never null.)

Remarks

This method is called by CsvWriterTSource. It should not be called from own code.

See Also