Changes between Initial Version and Version 1 of Ticket #2281, comment 16
- Timestamp:
- 07/13/16 09:49:11 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2281, comment 16
initial v1 4 4 * Added a flag to suppress the type check in LookupParameter's GetValue 5 5 * Default value of that flag is true, so existing code is not affected 6 * Reason is that ResultsParameter queries for ResultCollection w itha generic type e.g. IntValue which don't match6 * Reason is that ResultsParameter queries for ResultCollection while having a generic type e.g. IntValue which don't match 7 7 * Replaced some ContainsKey/Access combinations with TryGetValue