Free cookie consent management tool by TermsFeed Policy Generator

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/Interfaces/IItem.cs

    r3368 r3483  
    2828  /// Interface to represent (almost) every HeuristicLab object (an object, an operator,...).
    2929  /// </summary>
    30   public interface IItem : IContent, IDeepCloneable {
     30  public interface IItem : IStorableContent, IDeepCloneable {
    3131    string ItemName { get; }
    3232    string ItemDescription { get; }
Note: See TracChangeset for help on using the changeset viewer.