Changeset 16566 for addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/ChangeColumnGroup/AddNewDoubleColumnCommand.cs
- Timestamp:
- 01/28/19 14:00:42 (6 years ago)
- Location:
- addons/HeuristicLab.DataImporter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.DataImporter
- Property svn:ignore
-
old new 2 2 _ReSharper.HeuristicLab.DataImporter 3 3 *.user 4 packages
-
- Property svn:ignore
-
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/ChangeColumnGroup/AddNewDoubleColumnCommand.cs
r9615 r16566 24 24 using HeuristicLab.DataImporter.Data.Model; 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 using HEAL.Attic; 26 27 27 28 namespace HeuristicLab.DataImporter.Command { 28 [Storable Class]29 [StorableType("D20943C1-1B82-458F-9DCA-EE18BECD751E")] 29 30 [ViewableCommandInfoAttribute("New DoubleColumn", 1, ColumnGroupState.Active, "Column Commands", Position = 7)] 30 31 public class AddNewDoubleColumnCommand : AddNewColumnCommandBase {
Note: See TracChangeset
for help on using the changeset viewer.