C# 클래스 SIL.FieldWorks.LexText.Controls.LinkMSADlg

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

공개 메소드들

메소드 설명
LinkMSADlg ( ) : System.Diagnostics
SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ILexEntry startingEntry ) : void

Set up the dlg in preparation to showing it.

SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.LexText.Controls.WindowParams wp, XCore.Mediator mediator ) : void

Set up the dlg in preparation to showing it.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

HandleMatchingSelectionChanged ( ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetComboWritingSystemFactory ( SIL.FieldWorks.FDO.FdoCache cache ) : void

Common and needed code for the setup of the dlg

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

HandleMatchingSelectionChanged() 보호된 메소드

protected HandleMatchingSelectionChanged ( ) : void
리턴 void

LinkMSADlg() 공개 메소드

public LinkMSADlg ( ) : System.Diagnostics
리턴 System.Diagnostics

SetDlgInfo() 공개 메소드

Set up the dlg in preparation to showing it.
public SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ILexEntry startingEntry ) : void
cache SIL.FieldWorks.FDO.FdoCache FDO cache.
mediator XCore.Mediator Mediator used to restore saved siz and location info.
startingEntry ILexEntry Entry that cannot be used as a match in this dlg.
리턴 void

SetDlgInfo() 공개 메소드

Set up the dlg in preparation to showing it.
public SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.LexText.Controls.WindowParams wp, XCore.Mediator mediator ) : void
cache SIL.FieldWorks.FDO.FdoCache
wp SIL.FieldWorks.LexText.Controls.WindowParams
mediator XCore.Mediator
리턴 void