Derived values wrapper for another IPivotDataSource.
Inheritance Hierarchy
NReco.PivotData.InputDerivedValueSource
Namespace: NReco.PivotData.Input
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The DerivedValueSource type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DerivedValueSource(ActionActionIEnumerable, FuncObject, String, Object) | Initializes a new instance of the DerivedValueSource class | |
| DerivedValueSource(IPivotDataSource) |
Initializes a new [!:DerviedValueSource] with specified IPivotDataSource |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| GetWrappedEnum | ||
| MemberwiseClone | (Inherited from Object.) | |
| ReadData |
Reads data from underlying source and provides extended data (with derived fields) to specified callback handler.
| |
| Register |
Register derived field handler.
| |
| ToString | (Inherited from Object.) |
Remarks
See Also