- Timestamp:
- 07/07/19 23:40:10 (5 years ago)
- Location:
- stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.DataPreprocessing
- Property svn:mergeinfo changed
/branches/2520_PersistenceReintegration/HeuristicLab.DataPreprocessing (added) merged: 16452-16454,16462,16474,16529,16539,16558-16559 /trunk/HeuristicLab.DataPreprocessing merged: 16565,16568
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing/3.4
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing/3.4/Content/DataGridContent.cs
r15584 r17097 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 27 27 using HeuristicLab.Core; 28 28 using HeuristicLab.Data; 29 using H euristicLab.Persistence.Default.CompositeSerializers.Storable;29 using HEAL.Attic; 30 30 using HeuristicLab.Random; 31 31 32 32 namespace HeuristicLab.DataPreprocessing { 33 33 [Item("Data Grid", "Represents a data grid.")] 34 [Storable Class]34 [StorableType("DC6AE5CE-B0FA-4C8C-BDBB-D490C6DE4174")] 35 35 public class DataGridContent : PreprocessingContent, IStringConvertibleMatrix, IViewShortcut { 36 36 public static new Image StaticItemImage { … … 85 85 86 86 [StorableConstructor] 87 protected DataGridContent(bool deserializing) 88 : base(deserializing) { } 87 protected DataGridContent(StorableConstructorFlag _) : base(_) { } 89 88 #endregion 90 89
Note: See TracChangeset
for help on using the changeset viewer.