Summer.Batch.Extra.Ebcdic.IEbcdicReaderMapper< out out TT > Interface Template Reference

An EbcdicReaderMapper maps a list of fields, corresponding to an EBCDIC record, to a business object. More...

Public Member Functions

TT Map (IList< object > values, int itemCount)
 Converts the content of a list of values into a business object. More...
 

Properties

RecordFormatMap RecordFormatMap [set]
 Sets the record format map to use for mapping More...
 
IDateParser DateParser [set]
 Sets the date parser More...
 
string DistinguishedPattern [get]
 The getter for the distinguished pattern. More...
 

Detailed Description

An EbcdicReaderMapper maps a list of fields, corresponding to an EBCDIC record, to a business object.

Template Parameters
TT 

Member Function Documentation

TT Summer.Batch.Extra.Ebcdic.IEbcdicReaderMapper< out out TT >.Map ( IList< object >  values,
int  itemCount 
)

Converts the content of a list of values into a business object.

Parameters
valuesthe list of values to map
itemCountthe record line number, starting at 0.
Returns
The mapped object

Property Documentation

string Summer.Batch.Extra.Ebcdic.IEbcdicReaderMapper< out out TT >.DistinguishedPattern
get

The getter for the distinguished pattern.

Sets the record format map to use for mapping


The documentation for this interface was generated from the following file:
  • Summer.Batch.Extra/Ebcdic/IEbcdicReaderMapper.cs