Summer.Batch.Extra.Sort.Legacy.Filter.DecimalFilter Class Reference

Implementation of AbstractLegacyFilter<T> for comparing decimals. More...

Inheritance diagram for Summer.Batch.Extra.Sort.Legacy.Filter.DecimalFilter:
Summer.Batch.Extra.Sort.Legacy.Filter.AbstractLegacyFilter< decimal >

Protected Member Functions

override int DoComparison (decimal leftValue, decimal rightValue)
 Does the actual comparison between the values More...
 
- Protected Member Functions inherited from Summer.Batch.Extra.Sort.Legacy.Filter.AbstractLegacyFilter< decimal >
abstract int DoComparison (T leftValue, T rightValue)
 Does the actual comparison between the values More...
 

Additional Inherited Members

- Public Member Functions inherited from Summer.Batch.Extra.Sort.Legacy.Filter.AbstractLegacyFilter< decimal >
bool Select (byte[] record)
 Determines if a record should be selected. More...
 
- Properties inherited from Summer.Batch.Extra.Sort.Legacy.Filter.AbstractLegacyFilter< decimal >
IAccessor< T > Left [get, set]
 The IAccessor<T> for the left value More...
 
IAccessor< T > Right [get, set]
 The IAccessor<T> for the right value More...
 
ComparisonOperator Operator [get, set]
 The operator used to compare the values More...
 

Detailed Description

Implementation of AbstractLegacyFilter<T> for comparing decimals.

Member Function Documentation

override int Summer.Batch.Extra.Sort.Legacy.Filter.DecimalFilter.DoComparison ( decimal  leftValue,
decimal  rightValue 
)
protected

Does the actual comparison between the values

Returns
the result of the comparison, as an integer
Parameters
leftValuethe left value of the comparison
rightValuethe right value of the comparison

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