CsvFromTSourceFillMapping Method
Fills the dynamic properties of
Mapping with
the corresponding values from
data.
Namespace: FolkerKinzel.CsvTools.MappingsAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public abstract void FillMapping(
TSource data
)
Public MustOverride Sub FillMapping (
data As TSource
)
public:
virtual void FillMapping(
TSource data
) abstract
abstract FillMapping :
data : 'TSource -> unit
Parameters
- data TSource
- The TSource instance.
(If the method is called from CsvWriterTSource,
data is never null.)
This method is called by
CsvWriterTSource. It should
not be called from own code.