C# 클래스 SIL.FieldWorks.XWorks.MockPublisher

상속: SIL.FieldWorks.Common.Controls.ObjectListPublisher
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

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

메소드 상세

AddNotification() 공개 메소드

public AddNotification ( IVwNotifyChange nchng ) : void
nchng IVwNotifyChange
리턴 void

DoSendPropChanged() 공개 메소드

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

MockPublisher() 공개 메소드

public MockPublisher ( ISilDataAccessManaged domainDataByFlid, int flid ) : System.Linq
domainDataByFlid ISilDataAccessManaged
flid int
리턴 System.Linq

RemoveNotification() 공개 메소드

public RemoveNotification ( IVwNotifyChange nchng ) : void
nchng IVwNotifyChange
리턴 void