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

    r13368 r14711  
    3232namespace HeuristicLab.Data {
    3333  [Item("StringMatrix", "Represents a matrix of strings.")]
    34   [StorableClass("58752BBE-8760-4A8E-97DF-9E88AE09989E")]
     34  [StorableType("58752BBE-8760-4A8E-97DF-9E88AE09989E")]
    3535  public class StringMatrix : Item, IEnumerable<string>, IStringConvertibleMatrix {
    3636    private const int maximumToStringLength = 100;
Note: See TracChangeset for help on using the changeset viewer.