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

    r13368 r14711  
    2626
    2727namespace HeuristicLab.Data {
    28   [StorableClass("F2583560-A492-4577-B47F-76A6092F7860")]
     28  [StorableType("F2583560-A492-4577-B47F-76A6092F7860")]
    2929  [Item("IntRange", "Represents a range of values betweent start and end.")]
    3030  public class IntRange : StringConvertibleValueTuple<IntValue, IntValue> {
Note: See TracChangeset for help on using the changeset viewer.