Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/10/10 18:28:50 (14 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/NamedItemCollection.cs

    r2932 r2994  
    3030namespace HeuristicLab.Core {
    3131  [Item("NamedItemCollection<T>", "Represents a collection of named items.")]
     32  [StorableClass(StorableClassType.MarkedOnly)]
    3233  public class NamedItemCollection<T> : ObservableKeyedCollection<string, T>, IItem where T : class, INamedItem {
    3334    public virtual string ItemName {
Note: See TracChangeset for help on using the changeset viewer.