- Timestamp:
- 03/12/14 12:33:09 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IDataGridContent.cs
r10539 r10571 26 26 IDataGridLogic DataGridLogic { get; } 27 27 IManipulationLogic PreprocessingDataManipulation { get; } 28 29 event DataPreprocessingChangedEventHandler Changed; 28 30 } 29 31 } -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IDataGridLogic.cs
r10558 r10571 32 32 bool SetValue(string value, int rowIndex, int columnIndex); 33 33 bool Validate(string value, out string errorMessage, int columnIndex); 34 35 event DataPreprocessingChangedEventHandler Changed; 34 36 } 35 37 }
Note: See TracChangeset
for help on using the changeset viewer.