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

Summary description for ParserParametersDlg.
상속: System.Windows.Forms.Form, IFWDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

ParserParametersDlg ( IHelpTopicProvider helpTopicProvider ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
CreateDataView ( DataTable table ) : DataView
CreateHCDataTable ( ) : DataTable
CreateXAmpleDataTable ( ) : DataTable
EnforceValidValue ( XElement elem, string parser, string item, int min, int max, bool useMinIfZero ) : void
InitializeComponent ( ) : void

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

LoadParserData ( DataSet dsParserParameters ) : void
ParserParametersDlg ( ) : System
PopulateDataGrid ( System.Windows.Forms.DataGrid dataGrid, string parser ) : void
ReportChangeOfValue ( string item, int value, int newValue, int min, int max ) : void
SetDlgInfo ( string title, string parserParameters ) : void
ValidateValues ( XElement elem ) : void
btnHelp_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void

메소드 상세

CheckDisposed() 공개 메소드

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
리턴 void

Dispose() 보호된 메소드

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

ParserParametersDlg() 공개 메소드

public ParserParametersDlg ( IHelpTopicProvider helpTopicProvider ) : System
helpTopicProvider IHelpTopicProvider
리턴 System