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
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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