C# Class SIL.FieldWorks.IText.AddWordsToLexiconTests.UndoableUOWHelperForTests

keeps track of how many UndoTasks we create during a test.
Inheritance: SIL.Utils.FwDisposableBase
Datei anzeigen Open project: sillsdev/FieldWorks

Private Properties

Property Type Description
DoNext void
DoUOW void
QueueUOW void
UndoAll void
UndoableUOWHelperForTests System.Collections.Generic

Protected Methods

Method Description
DisposeManagedResources ( ) : void

Private Methods

Method Description
DoNext ( ) : void
DoUOW ( string undo, string redo, System task ) : void
QueueUOW ( string undo, string redo, System task ) : void
UndoAll ( ) : void
UndoableUOWHelperForTests ( IActionHandler actionHandler ) : System.Collections.Generic

Method Details

DisposeManagedResources() protected method

protected DisposeManagedResources ( ) : void
return void