C# Class SIL.FieldWorks.XWorks.MorphologyEditor.ConcordanceDlg

Summary description for ConcordanceDlg.
Inheritance: System.Windows.Forms.Form, IFwGuiControl
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
BrowseViewer_FilterChanged void
BrowseViewer_SelectionChanged void
CheckAssignBtnEnabling void
InitializeComponent void
SetFilterStatus void
SetRecordStatus void
btnAssign_Click void
btnHelp_Click void
m_currentBrowseView_CheckBoxChanged void
tvSource_AfterSelect void
tvTarget_AfterSelect 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.

ConcordanceDlg ( ) : System
Init ( XCore.Mediator mediator, XmlNode configurationNode, ICmObject sourceObject ) : void

Initilize the gui control.

Launch ( ) : void

launch the dlg.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

Private Methods

Method Description
BrowseViewer_FilterChanged ( object sender, Filters e ) : void
BrowseViewer_SelectionChanged ( object sender, FwObjectSelectionEventArgs e ) : void
CheckAssignBtnEnabling ( ) : void
InitializeComponent ( ) : void

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

SetFilterStatus ( bool fIsFiltered ) : void
SetRecordStatus ( ) : void
btnAssign_Click ( object sender, EventArgs e ) : void
btnHelp_Click ( object sender, EventArgs e ) : void
m_currentBrowseView_CheckBoxChanged ( object sender, CheckBoxChangedEventArgs e ) : void
tvSource_AfterSelect ( object sender, TreeViewEventArgs e ) : void
tvTarget_AfterSelect ( object sender, TreeViewEventArgs 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

ConcordanceDlg() public method

public ConcordanceDlg ( ) : System
return System

Dispose() protected method

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

Init() public method

Initilize the gui control.
public Init ( XCore.Mediator mediator, XmlNode configurationNode, ICmObject sourceObject ) : void
mediator XCore.Mediator
configurationNode System.Xml.XmlNode NB: In this case it is the main 'window' element node, /// se we have to drill down to find the control definition node(s).
sourceObject ICmObject
return void

Launch() public method

launch the dlg.
public Launch ( ) : void
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void