Changeset 5802 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.3/DataAnalysisProblemData.cs
- Timestamp:
- 03/22/11 23:45:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.3/DataAnalysisProblemData.cs
r5445 r5802 29 29 using HeuristicLab.Parameters; 30 30 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 31 using HeuristicLab.PluginInfrastructure; 31 32 32 33 namespace HeuristicLab.Problems.DataAnalysis { 33 34 [Item("DataAnalysisProblemData", "Represents an item containing all data defining a data analysis problem.")] 34 35 [StorableClass] 36 [NonDiscoverableType] 35 37 public class DataAnalysisProblemData : ParameterizedNamedItem, IStorableContent { 36 38 protected bool suppressEvents = false;
Note: See TracChangeset
for help on using the changeset viewer.