Free cookie consent management tool by TermsFeed Policy Generator

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

Updated StorableClass attribute on several more classes #548

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters/3.3/SubScopesLookupParameter.cs

    r2852 r2996  
    2323using HeuristicLab.Common;
    2424using HeuristicLab.Core;
     25using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2526
    2627namespace HeuristicLab.Parameters {
     
    2930  /// </summary>
    3031  [Item("SubScopesLookupParameter<T>", "A generic parameter representing instances of type T which are collected from or written to the sub-scopes of the current scope.")]
     32  [StorableClass(StorableClassType.Empty)]
    3133  public class SubScopesLookupParameter<T> : LookupParameter<ItemArray<T>> where T : class, IItem {
    3234    public SubScopesLookupParameter() : base() { }
Note: See TracChangeset for help on using the changeset viewer.