C# Class SIL.FieldWorks.IText.LinguaLinksImportDlg

Summary description for IFwImportDialog.
Inheritance: System.Windows.Forms.Form, IFWDisposable, IFwExtension
Afficher le fichier Open project: sillsdev/FieldWorks

Protected Properties

Свойство Type Description
m_cache SIL.FieldWorks.FDO.FdoCache
m_mediator XCore.Mediator

Méthodes publiques

Méthode Description
CheckDisposed ( ) : void

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

Init ( SIL.FieldWorks.FDO.FdoCache cache, XCore mediator ) : void

From IFwExtension

LinguaLinksImportDlg ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BaseName ( string fullName ) : string
CheckImportEnabled ( ) : void
InitializeComponent ( ) : void
LinguaLinksImportDlg_KeyDown ( object sender, System e ) : void
LinguaLinksImportDlg_KeyUp ( object sender, System e ) : void
LinguaLinksImportDlg_Load ( object sender, System e ) : void
OnImportError ( object sender, string message, string caption ) : void

Called when an import error occurs.

ShowFinishLabel ( ) : void
UpdateLanguageCodes ( ) : void
btnImport_Click ( object sender, EventArgs e ) : void
btnModifyMapping_Click ( object sender, System e ) : void
btn_LinguaLinksXmlBrowse_Click ( object sender, System e ) : void
label2_Click ( object sender, System e ) : void
linkLabel2_LinkClicked ( object sender, System e ) : void
listViewMapping_DoubleClick ( object sender, System e ) : void
listViewMapping_SelectedIndexChanged ( ) : void

(IFwExtension)Shows the dialog as a modal dialog

listViewMapping_SelectedIndexChanged ( object sender, System e ) : void
m_LinguaLinksXmlFileName_Leave ( object sender, System e ) : void
m_btnHelp_Click ( object sender, System e ) : void

Method Details

CheckDisposed() public méthode

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

Dispose() protected méthode

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

Init() public méthode

From IFwExtension
public Init ( SIL.FieldWorks.FDO.FdoCache cache, XCore mediator ) : void
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore
Résultat void

LinguaLinksImportDlg() public méthode

public LinguaLinksImportDlg ( ) : System
Résultat System

Property Details

m_cache protected_oe property

protected FdoCache,SIL.FieldWorks.FDO m_cache
Résultat SIL.FieldWorks.FDO.FdoCache

m_mediator protected_oe property

protected Mediator,XCore m_mediator
Résultat XCore.Mediator