Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 14:00:42 (6 years ago)
Author:
gkronber
Message:

#2520: updated HeuristicLab.DataImporter addon for new Persistence (introduced in 3.3.16)

Location:
addons/HeuristicLab.DataImporter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.DataImporter

    • Property svn:ignore
      •  

        old new  
        22_ReSharper.HeuristicLab.DataImporter
        33*.user
         4packages
  • addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/Aggregation/AggregateWithSumCommand.cs

    r9615 r16566  
    2626using HeuristicLab.DataImporter.Data.Model;
    2727using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     28using HEAL.Attic;
    2829
    2930namespace HeuristicLab.DataImporter.Command {
    30   [StorableClass]
     31  [StorableType("94172982-1F24-493B-A2F2-335D55847AA5")]
    3132  [ViewableCommandInfoAttribute("Sum", 1, ColumnGroupState.DoubleColumnSelected | ColumnGroupState.AnySelectedColumnNotSorted,
    3233   "Aggregation", Position = 2, OptionsView = typeof(AggregationCommandView))]
Note: See TracChangeset for help on using the changeset viewer.