Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (8 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/Scope.cs

    r13368 r14711  
    3030  /// </summary>
    3131  [Item("Scope", "A scope which contains variables and sub-scopes.")]
    32   [StorableClass("85093877-53A8-44A9-BAFB-CE276BDDC55F")]
     32  [StorableType("85093877-53A8-44A9-BAFB-CE276BDDC55F")]
    3333  public sealed class Scope : NamedItem, IScope {
    3434    public static new Image StaticItemImage {
Note: See TracChangeset for help on using the changeset viewer.