C# Class SIL.FieldWorks.Discourse.NotifyChangeSpy

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

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NotifyChangeSpy() public méthode

public NotifyChangeSpy ( ISilDataAccess sda ) : System
sda ISilDataAccess
Résultat System

PropChanged() public méthode

public PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
hvo int
tag int
ivMin int
cvIns int
cvDel int
Résultat void