Changes between Version 1 and Version 2 of ReviewHeuristicLab3.3.0CodeDataViews
- Timestamp:
- 04/07/10 10:34:45 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0CodeDataViews
v1 v2 3 3 == Reviewer: mkommend == 4 4 * '''General''': All !StringConvertibleViews - `StringConvertibleArrayView`, `StringConvertibleMatrixView` and `StringConvertibleValueView` - should be derived from `ItemView` instead of `AsynchronousContentView` to remove the `ItemView` from the choices in the `ViewHost`. 5 * mkommend: This is not possible because all `IStringConvertible` interfaces do not and should not inherit from `IItem`.