C# Class SIL.FieldWorks.FDO.ExtraPropChangedInserter

Class which uses Dispose to create ExtraPropChangedActions before and after another sequence of actions, as described in the ExtraPropChangedAction class comment. Also ensures that a PropChanged is issued when disposed.
Inheritance: IDisposable
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
Dispose ( ) : void

Dispose creates the Redo action.

ExtraPropChangedInserter ( IActionHandler actionHandler, ISilDataAccess sda, int hvo, int tag, int ihvo, int chvoIns, int chvoDel ) : System

Make one.

Protected Methods

Method Description
Dispose ( bool fDisposing ) : void

Method Details

Dispose() public method

Dispose creates the Redo action.
public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool fDisposing ) : void
fDisposing bool
return void

ExtraPropChangedInserter() public method

Make one.
public ExtraPropChangedInserter ( IActionHandler actionHandler, ISilDataAccess sda, int hvo, int tag, int ihvo, int chvoIns, int chvoDel ) : System
actionHandler IActionHandler
sda ISilDataAccess
hvo int
tag int
ihvo int
chvoIns int
chvoDel int
return System