Summer.Batch.Infrastructure.Item.File.Transform.PassThroughLineAggregator< T > Class Template Reference

Implementation of T:ILineAggregator that simply calls object.ToString. More...

Inheritance diagram for Summer.Batch.Infrastructure.Item.File.Transform.PassThroughLineAggregator< T >:
Summer.Batch.Infrastructure.Item.File.Transform.ILineAggregator< T >

Public Member Functions

string Aggregate (T item)
 Transforms an item into a line using object.ToString. More...
 
- Public Member Functions inherited from Summer.Batch.Infrastructure.Item.File.Transform.ILineAggregator< T >
string Aggregate (T item)
 Transforms an item into a line. More...
 

Detailed Description

Implementation of T:ILineAggregator that simply calls object.ToString.

Template Parameters
T the type of the aggregated instances

Member Function Documentation

Transforms an item into a line using object.ToString.

Parameters
itemthe item to transform
Returns
the line corresponding to the given item

The documentation for this class was generated from the following file:
  • Summer.Batch.Infrastructure/Item/File/Transform/PassThroughLineAggregator.cs