Summer.Batch.Data.Parameter.PropertyParameterSourceProvider< T > Class Template Reference

Implementation of T:IQueryParameterSourceProvider that creates a new PropertyParameterSource for each item. More...

Inheritance diagram for Summer.Batch.Data.Parameter.PropertyParameterSourceProvider< T >:
Summer.Batch.Data.Parameter.IQueryParameterSourceProvider< T >

Public Member Functions

IQueryParameterSource CreateParameterSource (T item)
 Returns a new PropertyParameterSource for the given item. More...
 
- Public Member Functions inherited from Summer.Batch.Data.Parameter.IQueryParameterSourceProvider< T >
IQueryParameterSource CreateParameterSource (T item)
 Creates a new IQueryParameterSource for the given item. More...
 

Detailed Description

Implementation of T:IQueryParameterSourceProvider that creates a new PropertyParameterSource for each item.

Template Parameters
T 

Member Function Documentation

Returns a new PropertyParameterSource for the given item.

Parameters
itemthe item for which to create a parameter source
Returns
a new parameter source for the given item

The documentation for this class was generated from the following file:
  • Summer.Batch.Data/Parameter/PropertyParameterSourceProvider.cs