Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/14/10 01:06:17 (14 years ago)
Author:
epitzer
Message:

Merge StorableClassType.Empty into StorableClassType.MarkedOnly and make it the default if not specified (#548)

File:
1 edited

Legend:

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

    r2995 r3017  
    2828  /// </summary>
    2929  [Item("ParameterizedNamedItem", "A base class for items which have a name and contain parameters.")]
    30   [StorableClass(StorableClassType.MarkedOnly)]
     30  [StorableClass]
    3131  public abstract class ParameterizedNamedItem : NamedItem, IParameterizedNamedItem {
    3232    private ParameterCollection parameters;
Note: See TracChangeset for help on using the changeset viewer.