Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:06:54 (7 years ago)
Author:
gkronber
Message:

#2520 fixed unit tests for new persistence: loading & storing all samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Optimization/3.3/RunCollectionConstraints/IRunCollectionConstraint.cs

    r14185 r14929  
    2222using System;
    2323using HeuristicLab.Core;
     24using HeuristicLab.Persistence;
    2425
    2526namespace HeuristicLab.Optimization {
     27  [StorableType("5a1ee5d0-b8aa-4df3-bd70-7b67130e52be")]
    2628  public interface IRunCollectionConstraint : IConstraint {
    2729    new RunCollection ConstrainedValue { get; set; }
    2830  }
    2931
     32  [StorableType("b9d8fb77-48dc-4e71-94d0-ef017d1d6c95")]
    3033  public interface IRunCollectionColumnConstraint : IRunCollectionConstraint {
    3134    string ConstraintColumn { get; set; }
Note: See TracChangeset for help on using the changeset viewer.