Changes between Initial Version and Version 1 of Ticket #2281, comment 4
- Timestamp:
- 02/26/15 17:28:20 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2281, comment 4
initial v1 4 4 * A new interface `IContextualParameter` was introduced that is the new base to ILookupParameter and IResultParameter and which exposes only the ExecutionContext property. This is needed, because Operator currently only sets the ExecutionContext for ILookupParameters. IContextualParameter may not yet be the final name (suggestions necessary). 5 5 * A view for the new parameter is not yet included in the patch. 6 * Backwards compatibility of the adapted operator is not accounted for.