Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (7 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperator.cs

    r14185 r14927  
    3333using HeuristicLab.Common.Resources;
    3434using HeuristicLab.Core;
     35using HeuristicLab.Persistence;
    3536using HeuristicLab.Persistence.Auxiliary;
    36 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3737using HeuristicLab.PluginInfrastructure;
    3838using Microsoft.CSharp;
     
    4141
    4242  [Item("ProgrammableOperator", "An operator that can be programmed for arbitrary needs.")]
    43   [StorableClass]
     43  [StorableType("8995f4c6-6fad-4663-8141-4754961efab7")]
    4444  public class ProgrammableOperator : Operator, IParameterizedNamedItem, IStorableContent, IProgrammableItem {
    4545
Note: See TracChangeset for help on using the changeset viewer.