IProjector Properties |
The IProjector type exposes the following members.
Name | Description | |
---|---|---|
ProjectedResultName |
Name for the projection result. Projection result consumers can use this name to further handle the projection result.
| |
SetUsingCTorHint |
Flag which hints the projector engine how to set the destination element: via the constructor (true) or on another way (false).
This flag can be ignored by the projector engine if values can better be set otherwise.
| |
ValueProducerFunc |
Gets or sets the delegate to use to produce a value for this projector out of the list of object values. Be sure to set
ValueProducerFuncParameterIndices if the delegate contained inside ValueProducerFunc requires any input values from the list of values to project
| |
ValueProducerFuncParameterIndices |
Gets or sets the parameter indices array to use with ValueProducer. If ValueProducerFunc is null, this array is ignored.
| |
ValueType |
Gets or sets the type of the value returned by the value producer or producers routine of the projector.
|