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

상속: BaseGoDlg
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
RecordGoDlg ( ) : System
SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.LexText.Controls.WindowParams wp, XCore.Mediator mediator ) : void
SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.LexText.Controls.WindowParams wp, XCore.Mediator mediator, string form ) : void

보호된 메소드들

메소드 설명
ResetMatches ( string searchKey ) : void
m_btnInsert_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

InitializeMatchingObjects ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator ) : void

메소드 상세

RecordGoDlg() 공개 메소드

public RecordGoDlg ( ) : System
리턴 System

ResetMatches() 보호된 메소드

protected ResetMatches ( string searchKey ) : void
searchKey string
리턴 void

SetDlgInfo() 공개 메소드

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

SetDlgInfo() 공개 메소드

public SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.LexText.Controls.WindowParams wp, XCore.Mediator mediator, string form ) : void
cache SIL.FieldWorks.FDO.FdoCache
wp SIL.FieldWorks.LexText.Controls.WindowParams
mediator XCore.Mediator
form string
리턴 void

m_btnInsert_Click() 보호된 메소드

protected m_btnInsert_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void