Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17128 for trunk


Ignore:
Timestamp:
07/11/19 12:38:54 (5 years ago)
Author:
abeham
Message:

#3013: Removed Filename property

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.DataPreprocessing/3.4/PreprocessingContext.cs

    r17048 r17128  
    2222using System;
    2323using System.Collections.Generic;
     24using HEAL.Attic;
    2425using HeuristicLab.Common;
    2526using HeuristicLab.Core;
    2627using HeuristicLab.Optimization;
    27 using HEAL.Attic;
    2828using HeuristicLab.Problems.DataAnalysis;
    2929
     
    3232  [StorableType("52D31B2B-7D48-482B-B875-5FCE0F8397A8")]
    3333  public class PreprocessingContext : NamedItem {
    34     public string Filename { get; set; }
    3534
    3635    [Storable]
Note: See TracChangeset for help on using the changeset viewer.