Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:08:13 (8 years ago)
Author:
ascheibe
Message:

#2520 added guids to storable classes

File:
1 edited

Legend:

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

    r12012 r13368  
    3232namespace HeuristicLab.Data {
    3333  [Item("StringArray", "Represents an array of strings.")]
    34   [StorableClass]
     34  [StorableClass("3FF6ABD3-8692-4E9F-8925-D48A0EEAEB01")]
    3535  public class StringArray : Item, IEnumerable<string>, IStringConvertibleArray {
    3636    private const int maximumToStringLength = 100;
Note: See TracChangeset for help on using the changeset viewer.