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/DateTimeValue.cs

    r13368 r14711  
    2727namespace HeuristicLab.Data {
    2828  [Item("DateTimeValue", "Represents a date and time value.")]
    29   [StorableClass("872B3F56-2417-47B3-B83F-B2E7D1991521")]
     29  [StorableType("872B3F56-2417-47B3-B83F-B2E7D1991521")]
    3030  public class DateTimeValue : ValueTypeValue<DateTime>, IComparable, IStringConvertibleValue {
    3131    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.