- Timestamp:
- 12/18/13 15:30:35 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IDataGridContent.cs
r10236 r10246 7 7 namespace HeuristicLab.DataPreprocessing { 8 8 public interface IDataGridContent : IStringConvertibleMatrix { 9 bool Validate(string value, out string errorMessage, int columnIndex);9 IDataGridLogic DataGridLogic { get; } 10 10 } 11 11 }
Note: See TracChangeset
for help on using the changeset viewer.