Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/28/18 16:10:48 (5 years ago)
Author:
jkarder
Message:

#2520: worked on reintegration of new persistence

  • added nuget references to HEAL.Fossil
  • added StorableType attributes to many classes
  • changed signature of StorableConstructors
  • removed some classes in old persistence
  • removed some unnecessary usings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2520_PersistenceReintegration/HeuristicLab.DataPreprocessing/3.4/Filter/ComparisonFilter.cs

    r16453 r16462  
    2222using System;
    2323using System.Drawing;
     24using HEAL.Fossil;
    2425using HeuristicLab.Common;
    2526using HeuristicLab.Common.Resources;
     
    5354
    5455    public ComparisonFilter() : base() { }
    55     protected ComparisonFilter(bool deserializing) : base(deserializing) { }
     56    [StorableConstructor]
     57    protected ComparisonFilter(StorableConstructorFlag _) : base(_) { }
    5658
    5759    public ComparisonFilter(IPreprocessingData constrainedValue, ConstraintOperation constraintOperation, object constraintData)
Note: See TracChangeset for help on using the changeset viewer.