DerivedValueSource Class

NReco.PivotData Class Library Documentation
Derived values wrapper for another IPivotDataSource.
Inheritance Hierarchy

SystemObject
  NReco.PivotData.InputDerivedValueSource

Namespace:  NReco.PivotData.Input
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public class DerivedValueSource : IPivotDataSource

The DerivedValueSource type exposes the following members.

Constructors

  NameDescription
Public methodDerivedValueSource(ActionActionIEnumerable, FuncObject, String, Object)
Initializes a new instance of the DerivedValueSource class
Public methodDerivedValueSource(IPivotDataSource)
Initializes a new [!:DerviedValueSource] with specified IPivotDataSource
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodGetWrappedEnum
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReadData
Reads data from underlying source and provides extended data (with derived fields) to specified callback handler.
Public methodRegister
Register derived field handler.
Public methodToString (Inherited from Object.)
Top
Remarks

DerivedValueSource is used for transforming input values (define derived values, parse values etc).
See Also

Reference