Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (7 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Executable.cs

    r13368 r14711  
    2727namespace HeuristicLab.Core {
    2828  [Item("Executable", "A base class for executables.")]
    29   [StorableClass("56FAF843-3C4E-4380-890A-DEB832648697")]
     29  [StorableType("56FAF843-3C4E-4380-890A-DEB832648697")]
    3030  public abstract class Executable : Item, IExecutable {
    3131    public static new Image StaticItemImage {
Note: See TracChangeset for help on using the changeset viewer.