C# Class SIL.FieldWorks.XWorks.MockPublisher

Inheritance: SIL.FieldWorks.Common.Controls.ObjectListPublisher
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
AddNotification ( IVwNotifyChange nchng ) : void
DoSendPropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
MockPublisher ( ISilDataAccessManaged domainDataByFlid, int flid ) : System.Linq
RemoveNotification ( IVwNotifyChange nchng ) : void

Method Details

AddNotification() public méthode

public AddNotification ( IVwNotifyChange nchng ) : void
nchng IVwNotifyChange
Résultat void

DoSendPropChanged() public méthode

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

MockPublisher() public méthode

public MockPublisher ( ISilDataAccessManaged domainDataByFlid, int flid ) : System.Linq
domainDataByFlid ISilDataAccessManaged
flid int
Résultat System.Linq

RemoveNotification() public méthode

public RemoveNotification ( IVwNotifyChange nchng ) : void
nchng IVwNotifyChange
Résultat void