- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Data/3.3/PercentValue.cs
r14185 r14927 23 23 using HeuristicLab.Common; 24 24 using HeuristicLab.Core; 25 using HeuristicLab.Persistence .Default.CompositeSerializers.Storable;25 using HeuristicLab.Persistence; 26 26 27 27 namespace HeuristicLab.Data { 28 28 [Item("PercentValue", "Represents a double value in percent.")] 29 [Storable Class]29 [StorableType("e804ceae-469a-4f8a-a9b8-1b5dd235817d")] 30 30 public class PercentValue : DoubleValue { 31 31 [Storable(DefaultValue = false)]
Note: See TracChangeset
for help on using the changeset viewer.