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

Summary description for LexReferenceSequenceLauncher. TODO: how similar is this class to LexReferenceTreeBranchesLauncher and LexReferenceCollectionLauncher? Could they all inherit from the same class?
Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceLauncher
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство Type Description
m_displayParent ICmObject

Méthodes publiques

Méthode Description
AddItem ( ICmObject obj ) : void
LexReferenceSequenceLauncher ( ) : System

Méthodes protégées

Méthode Description
CreateVectorReverenceView ( ) : SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceView
HandleChooser ( ) : void

Override method to handle launching of a chooser for selecting lexical entries.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

LaunchChooser ( ) : void

Wrapper for HandleChooser() to make it available to the slice.

Method Details

AddItem() public méthode

public AddItem ( ICmObject obj ) : void
obj ICmObject
Résultat void

CreateVectorReverenceView() protected méthode

protected CreateVectorReverenceView ( ) : SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceView
Résultat SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceView

HandleChooser() protected méthode

Override method to handle launching of a chooser for selecting lexical entries.
protected HandleChooser ( ) : void
Résultat void

LexReferenceSequenceLauncher() public méthode

public LexReferenceSequenceLauncher ( ) : System
Résultat System

Property Details

m_displayParent protected_oe property

protected ICmObject m_displayParent
Résultat ICmObject