Summer.Batch.Extra.Sort.Legacy.Accessor.ConstantAccessor< T > Class Template Reference

Implementation of IAccessor<T> that returns a constant. Set is not supported. More...

Inheritance diagram for Summer.Batch.Extra.Sort.Legacy.Accessor.ConstantAccessor< T >:
Summer.Batch.Extra.Sort.Legacy.Accessor.IAccessor< T >

Public Member Functions

Get (byte[] record)
 Returns the constant. More...
 
void Set (byte[] record, T value)
 
Exceptions
InvalidOperationException this operation is not supported and will always throw this exception

 

Properties

Constant [get, set]
 The constant to return. More...
 

Detailed Description

Implementation of IAccessor<T> that returns a constant. Set is not supported.

Template Parameters
T 

Member Function Documentation

Returns the constant.

Parameters
recordignored
Returns
a constant

Implements Summer.Batch.Extra.Sort.Legacy.Accessor.IAccessor< T >.

Property Documentation

The constant to return.


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