Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (7 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Data/3.3/PercentValue.cs

    r13368 r14711  
    2727namespace HeuristicLab.Data {
    2828  [Item("PercentValue", "Represents a double value in percent.")]
    29   [StorableClass("8E744168-B6DF-4D1F-9D4D-D8B7C886A810")]
     29  [StorableType("8E744168-B6DF-4D1F-9D4D-D8B7C886A810")]
    3030  public class PercentValue : DoubleValue {
    3131    [Storable(DefaultValue = false)]
Note: See TracChangeset for help on using the changeset viewer.