Changeset 17048 for trunk/HeuristicLab.DataPreprocessing
- Timestamp:
- 06/28/19 10:24:25 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.DataPreprocessing/3.4/PreprocessingContext.cs
r16565 r17048 31 31 [Item("PreprocessingContext", "PreprocessingContext")] 32 32 [StorableType("52D31B2B-7D48-482B-B875-5FCE0F8397A8")] 33 public class PreprocessingContext : NamedItem , IStorableContent{33 public class PreprocessingContext : NamedItem { 34 34 public string Filename { get; set; } 35 35
Note: See TracChangeset
for help on using the changeset viewer.