Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2281, comment 16


Ignore:
Timestamp:
07/13/16 09:49:11 (8 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2281, comment 16

    initial v1  
    44 * Added a flag to suppress the type check in LookupParameter's GetValue
    55  * Default value of that flag is true, so existing code is not affected
    6   * Reason is that ResultsParameter queries for ResultCollection with a generic type e.g. IntValue which don't match
     6  * Reason is that ResultsParameter queries for ResultCollection while having a generic type e.g. IntValue which don't match
    77 * Replaced some ContainsKey/Access combinations with TryGetValue