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/RightReducer.cs

    r13368 r14711  
    3131  /// </summary>
    3232  [Item("RightReducer", "An operator which reduces to the sub-scopes of the rightmost sub-scope of the current scope.")]
    33   [StorableClass("64D34FA4-6ABE-4C8D-A87F-AB477CEC9EC7")]
     33  [StorableType("64D34FA4-6ABE-4C8D-A87F-AB477CEC9EC7")]
    3434  public sealed class RightReducer : Reducer, IReducer {
    3535    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.