Changeset 14712 for branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/RunCollectionConstraints
- Timestamp:
- 03/03/17 17:33:24 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/RunCollectionConstraints/IRunCollectionConstraint.cs
r12012 r14712 24 24 25 25 namespace HeuristicLab.Optimization { 26 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("E01C35F2-8AA6-4722-B36D-C2947D59696B")] 26 27 public interface IRunCollectionConstraint : IConstraint { 27 28 new RunCollection ConstrainedValue { get; set; } 28 29 } 29 30 31 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("9896870E-9A80-413D-8200-436214CC9B76")] 30 32 public interface IRunCollectionColumnConstraint : IRunCollectionConstraint { 31 33 string ConstraintColumn { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.