Summer.Batch.Infrastructure.Item.Support.ListItemWriter< T > Class Template Reference

Simple item writer that populates a List with the elements to be written. More...

Inheritance diagram for Summer.Batch.Infrastructure.Item.Support.ListItemWriter< T >:
Summer.Batch.Infrastructure.Item.IItemWriter< T >

Public Member Functions

void Write (IList< T > items)
 Writes items in the inner list. More...
 

Properties

IList< T > WrittemItems [get]
 Ability to retrieve the list containing the written items. More...
 

Detailed Description

Simple item writer that populates a List with the elements to be written.

Template Parameters
T 
Type Constraints
T :class 

Member Function Documentation

void Summer.Batch.Infrastructure.Item.Support.ListItemWriter< T >.Write ( IList< T >  items)

Writes items in the inner list.

Parameters
itemsthe items to write

Implements Summer.Batch.Infrastructure.Item.IItemWriter< T >.

Property Documentation

Ability to retrieve the list containing the written items.


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