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/ICheckedMultiOperator.cs

    r16453 r16474  
    1 #region License Information
     1using HEAL.Fossil;
     2#region License Information
    23/* HeuristicLab
    34 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    2223
    2324namespace HeuristicLab.Core {
    24   public interface ICheckedMultiOperator<T> : IMultiOperator<T> where T : class,IOperator {
     25  [StorableType("c6eee993-706f-4390-bfac-1f779e45c448")]
     26  public interface ICheckedMultiOperator<T> : IMultiOperator<T> where T : class, IOperator {
    2527    new ICheckedItemList<T> Operators { get; }
    2628  }
Note: See TracChangeset for help on using the changeset viewer.