Summer.Batch.Extra.Sort.Filter.IFilter< in in T > Interface Template Reference

Interface for selecting records. Correspond to omit or include in legacy. More...

Public Member Functions

bool Select (T record)
 Determines if a record should be selected. More...
 

Detailed Description

Interface for selecting records. Correspond to omit or include in legacy.

Template Parameters
T the type of the records

Member Function Documentation

bool Summer.Batch.Extra.Sort.Filter.IFilter< in in T >.Select ( record)

Determines if a record should be selected.

Parameters
recorda record in a file being sorted
Returns
true if the record is selected, false otherwise

The documentation for this interface was generated from the following file:
  • Summer.Batch.Extra/Sort/Filter/IFilter.cs