C# Class SIL.FieldWorks.XWorks.LexEd.MsaInflectionFeatureListDlgLauncher

Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.ButtonLauncher
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство Type Description
m_msaInflectionFeatureListDlgLauncherView SIL.FieldWorks.XWorks.LexEd.MsaInflectionFeatureListDlgLauncherView

Méthodes publiques

Méthode Description
Initialize ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject obj, int flid, string fieldName, IPersistenceProvider persistProvider, XCore.Mediator mediator, string displayNameProperty, string displayWs ) : void

Initialize the launcher.

MsaInflectionFeatureListDlgLauncher ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

HandleChooser ( ) : void

Handle launching of the MSA editor.

OnClick ( Object sender, EventArgs arguments ) : 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.

Method Details

Dispose() protected méthode

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

HandleChooser() protected méthode

Handle launching of the MSA editor.
protected HandleChooser ( ) : void
Résultat void

Initialize() public méthode

Initialize the launcher.
public Initialize ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject obj, int flid, string fieldName, IPersistenceProvider persistProvider, XCore.Mediator mediator, string displayNameProperty, string displayWs ) : void
cache SIL.FieldWorks.FDO.FdoCache
obj ICmObject
flid int
fieldName string
persistProvider IPersistenceProvider
mediator XCore.Mediator
displayNameProperty string
displayWs string
Résultat void

MsaInflectionFeatureListDlgLauncher() public méthode

public MsaInflectionFeatureListDlgLauncher ( ) : System
Résultat System

OnClick() protected méthode

protected OnClick ( Object sender, EventArgs arguments ) : void
sender Object
arguments System.EventArgs
Résultat void

Property Details

m_msaInflectionFeatureListDlgLauncherView protected_oe property

protected SIL.FieldWorks.XWorks.LexEd.MsaInflectionFeatureListDlgLauncherView m_msaInflectionFeatureListDlgLauncherView
Résultat SIL.FieldWorks.XWorks.LexEd.MsaInflectionFeatureListDlgLauncherView