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

Inheritance: SIL.FieldWorks.LexText.Controls.EntryGoDlg
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ILexEntry startingEntry ) : 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
InitializeMatchingObjects ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator ) : void
SetBottomMessage ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

MergeEntryDlg ( ) : System.Collections.Generic

Method Details

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

InitializeMatchingObjects() protected method

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

SetBottomMessage() protected method

protected SetBottomMessage ( ) : void
return void

SetDlgInfo() public method

Set up the dlg in preparation to showing it.
public SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ILexEntry startingEntry ) : void
cache SIL.FieldWorks.FDO.FdoCache FDO cache.
mediator XCore.Mediator Mediator used to restore saved siz and location info.
startingEntry ILexEntry Entry that cannot be used as a match in this dlg.
return void