Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 14:00:42 (5 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/ChangeDataset/DeleteColumnGroupCommand.cs

    r9615 r16566  
    2525using HeuristicLab.DataImporter.Data.Model;
    2626using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     27using HEAL.Attic;
    2728
    2829namespace HeuristicLab.DataImporter.Command {
    29   [StorableClass]
     30  [StorableType("1000AC8E-0122-402A-93AE-2254D5E83832")]
    3031  [ViewableCommandInfoAttribute("Delete ColumnGroup", 1, ColumnGroupState.Active, "ColumnGroup Commands", Position = 1, MinActiveColumnGroups = 1)]
    3132  public class DeleteColumnGroupCommand : DataSetCommandWithAffectedColumnGroupsBase {
Note: See TracChangeset for help on using the changeset viewer.