C# Class SIL.FieldWorks.Discourse.NotifyChangeSpy

This class is a 'Test Spy' which implements IVwNotifyChange to record calls for later verification.
Inheritance: IVwNotifyChange, IDisposable
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
NotifyChangeSpy ( ISilDataAccess sda ) : System
PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NotifyChangeSpy() public method

public NotifyChangeSpy ( ISilDataAccess sda ) : System
sda ISilDataAccess
return System

PropChanged() public method

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