Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBSolution.cs
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBSolution.cs
r13693 r14927 22 22 using HeuristicLab.Common; 23 23 using HeuristicLab.Core; 24 using HeuristicLab.Persistence .Default.CompositeSerializers.Storable;24 using HeuristicLab.Persistence; 25 25 using System; 26 26 27 27 namespace HeuristicLab.Clients.OKB.RunCreation { 28 28 [Item("OKB Solution", "")] 29 [Storable Class]29 [StorableType("1b13feb8-63b1-455b-b023-766dec511865")] 30 30 public abstract class OKBSolution : Item { 31 31 [Storable] … … 42 42 protected set { solutionId = value; } 43 43 } 44 44 45 45 [Storable] 46 46 private IItem solution;
Note: See TracChangeset
for help on using the changeset viewer.