Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/30/11 23:19:13 (13 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/ItemWrapper.cs

    r5640 r5900  
    2525using HeuristicLab.Core;
    2626using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     27using HeuristicLab.PluginInfrastructure;
    2728
    2829namespace HeuristicLab.Clients.OKB.RunCreation {
    2930  [Item("ItemWrapper", "A wrapper which wraps an IItem.")]
    3031  [StorableClass]
     32  [NonDiscoverableType]
    3133  public class ItemWrapper<T> : IItem where T : class, IItem {
    3234    private T wrappedItem;
Note: See TracChangeset for help on using the changeset viewer.