- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Core/3.3/Constraints/IConstraint.cs
r14185 r14929 22 22 using System; 23 23 using System.Collections.Generic; 24 using HeuristicLab.Persistence; 24 25 25 26 namespace HeuristicLab.Core { 27 [StorableType("6145ebe3-c59b-4bd9-8f17-f4ffdf0bf0ac")] 26 28 public interface IConstraint : IItem { 27 29 bool Active { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.