C# Class SIL.FieldWorks.LexText.Controls.AddAllomorphDlg

Inheritance: SIL.FieldWorks.LexText.Controls.BaseEntryGoDlg
Exibir arquivo Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_fInconsistentType bool
m_fMatchingForm bool

Public Methods

Method Description
AddAllomorphDlg ( ) : SIL.FieldWorks.FDO
SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.LexText.Controls.WindowParams wp, XCore.Mediator mediator, ITsString tssform, int hvoType ) : void

Set up the dlg in preparation to showing it.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

HandleMatchingSelectionChanged ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

AddAllomorphDlg() public method

public AddAllomorphDlg ( ) : SIL.FieldWorks.FDO
return SIL.FieldWorks.FDO

Dispose() protected method

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

HandleMatchingSelectionChanged() protected method

protected HandleMatchingSelectionChanged ( ) : void
return void

SetDlgInfo() public method

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, ITsString tssform, int hvoType ) : void
cache SIL.FieldWorks.FDO.FdoCache FDO cache.
wp SIL.FieldWorks.LexText.Controls.WindowParams Strings used for various items in this dialog.
mediator XCore.Mediator The mediator.
tssform ITsString The form.
hvoType int The HVO of the type.
return void

Property Details

m_fInconsistentType protected_oe property

protected bool m_fInconsistentType
return bool

m_fMatchingForm protected_oe property

protected bool m_fMatchingForm
return bool