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

Inheritance: SIL.FieldWorks.LexText.Controls.EntryGoDlg
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
LinkMSADlg ( ) : System.Diagnostics
SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ILexEntry startingEntry ) : void

Set up the dlg in preparation to showing it.

SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.LexText.Controls.WindowParams wp, XCore.Mediator mediator ) : void

Set up the dlg in preparation to showing it.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

HandleMatchingSelectionChanged ( ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

SetComboWritingSystemFactory ( SIL.FieldWorks.FDO.FdoCache cache ) : void

Common and needed code for the setup of the dlg

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HandleMatchingSelectionChanged() protected méthode

protected HandleMatchingSelectionChanged ( ) : void
Résultat void

LinkMSADlg() public méthode

public LinkMSADlg ( ) : System.Diagnostics
Résultat System.Diagnostics

SetDlgInfo() public méthode

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.
Résultat void

SetDlgInfo() public méthode

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 ) : void
cache SIL.FieldWorks.FDO.FdoCache
wp SIL.FieldWorks.LexText.Controls.WindowParams
mediator XCore.Mediator
Résultat void