C# 클래스 SIL.FieldWorks.Discourse.NotifyChangeSpy

This class is a 'Test Spy' which implements IVwNotifyChange to record calls for later verification.
상속: IVwNotifyChange, IDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
NotifyChangeSpy ( ISilDataAccess sda ) : System
PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NotifyChangeSpy() 공개 메소드

public NotifyChangeSpy ( ISilDataAccess sda ) : System
sda ISilDataAccess
리턴 System

PropChanged() 공개 메소드

public PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
hvo int
tag int
ivMin int
cvIns int
cvDel int
리턴 void