Changeset 17097 for stable/HeuristicLab.DataPreprocessing/3.4/Content/DataCompletenessChartContent.cs
- Timestamp:
- 07/07/19 23:40:10 (4 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/DataCompletenessChartContent.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. … … 23 23 using HeuristicLab.Common; 24 24 using HeuristicLab.Core; 25 using H euristicLab.Persistence.Default.CompositeSerializers.Storable;25 using HEAL.Attic; 26 26 27 27 namespace HeuristicLab.DataPreprocessing { 28 28 [Item("Data Completeness Chart", "Represents a datacompleteness chart.")] 29 [Storable Class]29 [StorableType("C3709BBA-D024-482C-9D28-E15B1F2B2F54")] 30 30 public class DataCompletenessChartContent : PreprocessingContent, IViewShortcut { 31 31 public static new Image StaticItemImage { … … 46 46 47 47 [StorableConstructor] 48 protected DataCompletenessChartContent(bool deserializing) 49 : base(deserializing) { } 48 protected DataCompletenessChartContent(StorableConstructorFlag _) : base(_) { } 50 49 #endregion 51 50 }
Note: See TracChangeset
for help on using the changeset viewer.