Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/11/10 01:22:38 (14 years ago)
Author:
abeham
Message:

Added StorableClass attribute to several more classes #548

File:
1 edited

Legend:

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

    r2932 r2995  
    2626namespace HeuristicLab.Core {
    2727  [Item("NamedItem", "Base class for items which have a name and an optional description.")]
     28  [StorableClass(StorableClassType.MarkedOnly)]
    2829  public abstract class NamedItem : Item, INamedItem {
    2930    [Storable]
Note: See TracChangeset for help on using the changeset viewer.