Changeset 17129
- Timestamp:
- 07/11/19 12:40:47 (5 years ago)
- Location:
- stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk merged: 17048,17128
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing
- Property svn:mergeinfo changed
/trunk/HeuristicLab.DataPreprocessing merged: 17048,17128
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing/3.4
- Property svn:mergeinfo changed
/trunk/HeuristicLab.DataPreprocessing/3.4 merged: 17048,17128
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing/3.4/PreprocessingContext.cs
r17097 r17129 22 22 using System; 23 23 using System.Collections.Generic; 24 using HEAL.Attic; 24 25 using HeuristicLab.Common; 25 26 using HeuristicLab.Core; 26 27 using HeuristicLab.Optimization; 27 using HEAL.Attic;28 28 using HeuristicLab.Problems.DataAnalysis; 29 29 … … 31 31 [Item("PreprocessingContext", "PreprocessingContext")] 32 32 [StorableType("52D31B2B-7D48-482B-B875-5FCE0F8397A8")] 33 public class PreprocessingContext : NamedItem, IStorableContent { 34 public string Filename { get; set; } 33 public class PreprocessingContext : NamedItem { 35 34 36 35 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.