Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/10/10 18:28:50 (15 years ago)
Author:
epitzer
Message:

Make StorableClass attribute compulsory for StorableSerializer to work, add named property StorableClassType to choose between Empty and MarkedOnly, later other options will be added. (#548)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/ItemArray.cs

    r2932 r2994  
    3232
    3333namespace HeuristicLab.Core {
    34   [EmptyStorableClass]
     34  [StorableClass(StorableClassType.Empty)]
    3535  [Item("ItemArray<T>", "Represents an array of items.")]
    3636  public class ItemArray<T> : ObservableArray<T>, IItem where T : class, IItem {
Note: See TracChangeset for help on using the changeset viewer.