Changeset 16474 for branches/2520_PersistenceReintegration/HeuristicLab.DataPreprocessing/3.4/Content
- Timestamp:
- 12/31/18 08:14:11 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.DataPreprocessing/3.4/Content
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.DataPreprocessing/3.4/Content/IViewShortcut.cs
r16453 r16474 21 21 22 22 using HeuristicLab.Core; 23 using HEAL.Fossil; 23 24 24 25 namespace HeuristicLab.DataPreprocessing { 26 [StorableType("60755b48-d362-4957-94c5-cc770cc2a261")] 25 27 public interface IViewShortcut : IItem { 26 28 } -
branches/2520_PersistenceReintegration/HeuristicLab.DataPreprocessing/3.4/Content/PreprocessingChartContent.cs
r16462 r16474 35 35 [StorableType("7EDAFA6E-E4B1-4150-BB57-280A9F9E61D8")] 36 36 public class PreprocessingChartContent : PreprocessingContent, IViewShortcut { 37 [StorableType("d4c1c81a-f0c5-496f-8264-76b75572c0fc")] 37 38 public enum LegendOrder { 38 39 Alphabetically,
Note: See TracChangeset
for help on using the changeset viewer.