Changeset 16476 for branches/2520_PersistenceReintegration/HeuristicLab.Optimization/3.3/RunCollectionConstraints
- Timestamp:
- 01/02/19 09:22:21 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Optimization/3.3/RunCollectionConstraints/IRunCollectionConstraint.cs
r16453 r16476 22 22 using System; 23 23 using HeuristicLab.Core; 24 using HEAL.Fossil; 24 25 25 26 namespace HeuristicLab.Optimization { 27 [StorableType("c54d5084-fee2-4c94-be62-924b014d180d")] 26 28 public interface IRunCollectionConstraint : IConstraint { 27 29 new RunCollection ConstrainedValue { get; set; } 28 30 } 29 31 32 [StorableType("9e35dfa2-f197-4212-841f-d52e91a297e0")] 30 33 public interface IRunCollectionColumnConstraint : IRunCollectionConstraint { 31 34 string ConstraintColumn { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.