Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/31/18 08:14:11 (5 years ago)
Author:
gkronber
Message:

#2520: checked and added StorableType attribute in projects up to HeuristicLab.MainForm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2520_PersistenceReintegration/HeuristicLab.Core/3.3/Interfaces/IScopeTreeLookupParameter.cs

    r16453 r16474  
    2121
    2222using System;
     23using HEAL.Fossil;
    2324
    2425namespace HeuristicLab.Core {
     26  [StorableType("5710751f-6af8-4bc8-b517-97218cb30d22")]
    2527  public interface IScopeTreeLookupParameter : ILookupParameter {
    2628    int Depth { get; set; }
     
    2830  }
    2931
     32  [StorableType("4a2fead8-d21c-49a0-b1f3-aece5fd99407")]
    3033  public interface IScopeTreeLookupParameter<T> : IScopeTreeLookupParameter, ILookupParameter<ItemArray<T>> where T : class, IItem { }
    3134}
Note: See TracChangeset for help on using the changeset viewer.