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.Selection/3.3/LeftReducer.cs

    r13368 r14711  
    3131  /// </summary>
    3232  [Item("LeftReducer", "An operator which reduces to the sub-scopes of the leftmost sub-scope of the current scope.")]
    33   [StorableClass("6C7E06EB-1885-4F8A-B2B3-FB1E309340BC")]
     33  [StorableType("6C7E06EB-1885-4F8A-B2B3-FB1E309340BC")]
    3434  public sealed class LeftReducer : Reducer, IReducer {
    3535    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.