- Timestamp:
- 03/26/14 14:39:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/ITransactionalPreprocessingData.cs
r10612 r10665 30 30 bool IsUndoAvailable { get; } 31 31 void Undo(); 32 void InTransaction(Action action );33 void BeginTransaction( );32 void InTransaction(Action action, DataPreprocessingChangedEventType type = DataPreprocessingChangedEventType.Any); 33 void BeginTransaction(DataPreprocessingChangedEventType type); 34 34 void EndTransaction(); 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.