Summer.Batch.Extra.Sort.Legacy.BytesSum Class Reference

Implementation of ISum<T> that sums number encoded in byte arrays. Numbers are read using IAccessor<T>s. More...

Inheritance diagram for Summer.Batch.Extra.Sort.Legacy.BytesSum:
Summer.Batch.Extra.Sort.Sum.ISum< byte[]>

Public Member Functions

byte[] Sum (IList< byte[]> records)
 Sums a list of records. More...
 
- Public Member Functions inherited from Summer.Batch.Extra.Sort.Sum.ISum< byte[]>
Sum (IList< T > records)
 Sums a list of records. More...
 

Properties

IList< IAccessor< decimal > > Accessors [get, set]
 The accessors that get and set the numbers to sum. More...
 

Detailed Description

Implementation of ISum<T> that sums number encoded in byte arrays. Numbers are read using IAccessor<T>s.

Member Function Documentation

byte [] Summer.Batch.Extra.Sort.Legacy.BytesSum.Sum ( IList< byte[]>  records)

Sums a list of records.

Parameters
recordsthe records to sum
Returns
the record resulting of the sum

Property Documentation

IList<IAccessor<decimal> > Summer.Batch.Extra.Sort.Legacy.BytesSum.Accessors
getset

The accessors that get and set the numbers to sum.


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