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

    r13368 r14711  
    3535  /// </summary>
    3636  [Item("SubScopesCloner", "An operator which creates multiple copies of the subscopes of the current scope.")]
    37   [StorableClass("6C2BED7F-FF9E-48D3-AB7F-8381D19CBB66")]
     37  [StorableType("6C2BED7F-FF9E-48D3-AB7F-8381D19CBB66")]
    3838  public class SubScopesCloner : SingleSuccessorOperator {
    3939    private ScopeParameter CurrentScopeParameter {
Note: See TracChangeset for help on using the changeset viewer.