C# Класс 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.
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Dispose ( bool fDisposing ) : void

Описание методов

Dispose() публичный метод

Dispose creates the Redo action.
public Dispose ( ) : void
Результат void

Dispose() защищенный метод

protected Dispose ( bool fDisposing ) : void
fDisposing bool
Результат void

ExtraPropChangedInserter() публичный метод

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
Результат System