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.Optimization.Operators/3.3/ChildrenCopyCreator.cs

    r13368 r14711  
    3535  /// </remarks>
    3636  [Item("ChildrenCopyCreator", "Creates a copy of every sub-scope in the current scope and adds it as a child to the sub-scope.")]
    37   [StorableClass("1CBCD288-CCF3-4AB0-8FE9-B81E5BEC103C")]
     37  [StorableType("1CBCD288-CCF3-4AB0-8FE9-B81E5BEC103C")]
    3838  public sealed class ChildrenCopyCreator : SingleSuccessorOperator {
    3939    private ScopeParameter CurrentScopeParameter {
Note: See TracChangeset for help on using the changeset viewer.