- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Core/3.3/Variable.cs
r14185 r14927 23 23 using System.Drawing; 24 24 using HeuristicLab.Common; 25 using HeuristicLab.Persistence .Default.CompositeSerializers.Storable;25 using HeuristicLab.Persistence; 26 26 27 27 namespace HeuristicLab.Core { … … 30 30 /// </summary> 31 31 [Item("Variable", "A variable which has a name and holds an IItem.")] 32 [Storable Class]32 [StorableType("91282682-72d9-43fb-9927-55ad65c71bcb")] 33 33 public sealed class Variable : NamedItem, IVariable { 34 34 public override Image ItemImage {
Note: See TracChangeset
for help on using the changeset viewer.