Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 17:33:24 (7 years ago)
Author:
gkronber
Message:

#2520 added GUIDs for (almost) all interface types (probably still too many) also added newlines at end of all files

File:
1 edited

Legend:

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

    r12012 r14712  
    2424
    2525namespace HeuristicLab.Optimization {
     26  [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("E01C35F2-8AA6-4722-B36D-C2947D59696B")]
    2627  public interface IRunCollectionConstraint : IConstraint {
    2728    new RunCollection ConstrainedValue { get; set; }
    2829  }
    2930
     31  [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("9896870E-9A80-413D-8200-436214CC9B76")]
    3032  public interface IRunCollectionColumnConstraint : IRunCollectionConstraint {
    3133    string ConstraintColumn { get; set; }
Note: See TracChangeset for help on using the changeset viewer.