Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/22/10 05:14:39 (15 years ago)
Author:
swagner
Message:

Worked on the refactoring of saving and loading items (#990)

Location:
trunk/sources/HeuristicLab.Core.Views/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/ItemArrayView.cs

    r3456 r3483  
    3535  [Content(typeof(ItemArray<>), true)]
    3636  [Content(typeof(IItemArray<>), false)]
    37   public partial class ItemArrayView<T> : AsynchronousContentView where T : class, IItem {
     37  public partial class ItemArrayView<T> : ItemView where T : class, IItem {
    3838    protected TypeSelectorDialog typeSelectorDialog;
    3939
  • trunk/sources/HeuristicLab.Core.Views/3.3/ItemCollectionView.cs

    r3456 r3483  
    3232  [Content(typeof(ItemCollection<>), true)]
    3333  [Content(typeof(IItemCollection<>), false)]
    34   public partial class ItemCollectionView<T> : AsynchronousContentView where T : class, IItem {
     34  public partial class ItemCollectionView<T> : ItemView where T : class, IItem {
    3535    protected TypeSelectorDialog typeSelectorDialog;
    3636
  • trunk/sources/HeuristicLab.Core.Views/3.3/ItemListView.cs

    r3456 r3483  
    3535  [Content(typeof(ItemList<>), true)]
    3636  [Content(typeof(IItemList<>), false)]
    37   public partial class ItemListView<T> : AsynchronousContentView where T : class, IItem {
     37  public partial class ItemListView<T> : ItemView where T : class, IItem {
    3838    protected TypeSelectorDialog typeSelectorDialog;
    3939
Note: See TracChangeset for help on using the changeset viewer.