Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 18:16:25 (7 years ago)
Author:
gkronber
Message:

#2520 added unit tests and fixed all test cases for old persistence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Core/3.3/Interfaces/IItem.cs

    r14185 r14928  
    2323using System.Drawing;
    2424using HeuristicLab.Common;
     25using HeuristicLab.Persistence;
    2526
    2627namespace HeuristicLab.Core {
     
    2829  /// Interface to represent (almost) every HeuristicLab object (an object, an operator,...).
    2930  /// </summary>
     31  [StorableType("a4d8f5f3-a143-4831-b9d9-cd7d87a5ad9b")]
    3032  public interface IItem : IContent, IDeepCloneable {
    3133    string ItemName { get; }
Note: See TracChangeset for help on using the changeset viewer.