C# Class SIL.FieldWorks.Common.Controls.SimpleDateMatchDlg

Inheritance: System.Windows.Forms.Form, IFWDisposable
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
UpdateCalendarOptions void
m_endPicker_ValueChanged void
m_helpButton_Click void
m_startPicker_ValueChanged void
m_typeCombo_SelectedIndexChanged void

Public Methods

Method Description
CheckDisposed ( ) : void

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

SetDlgValues ( IMatcher matcher1 ) : void

Initialize the dialog, based on the old matcher, if any, and if recognized.

SimpleDateMatchDlg ( IHelpTopicProvider helpTopicProvider ) : System

Initializes a new instance of the T:SimpleDateMatchDlg class.

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Hide unwanted controls.

Private Methods

Method Description
UpdateCalendarOptions ( ) : void
m_endPicker_ValueChanged ( object sender, System e ) : void
m_helpButton_Click ( object sender, EventArgs e ) : void
m_startPicker_ValueChanged ( object sender, System e ) : void
m_typeCombo_SelectedIndexChanged ( object sender, System e ) : void

Method Details

CheckDisposed() public method

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

OnLoad() protected method

Hide unwanted controls.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

SetDlgValues() public method

Initialize the dialog, based on the old matcher, if any, and if recognized.
public SetDlgValues ( IMatcher matcher1 ) : void
matcher1 IMatcher The matcher1.
return void

SimpleDateMatchDlg() public method

Initializes a new instance of the T:SimpleDateMatchDlg class.
public SimpleDateMatchDlg ( IHelpTopicProvider helpTopicProvider ) : System
helpTopicProvider IHelpTopicProvider The help topic provider.
return System