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

    r13368 r14711  
    3131  /// </summary>
    3232  [Item("MergingReducer", "An operator which reduces to the sub-scopes of all sub-scopes of the current scope.")]
    33   [StorableClass("CA0F6074-05D7-4901-BFBF-C72D4DE65FA2")]
     33  [StorableType("CA0F6074-05D7-4901-BFBF-C72D4DE65FA2")]
    3434  public sealed class MergingReducer : Reducer, IReducer {
    3535    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.