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

Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.CustomReferenceVectorSlice, ILexReferenceSlice
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
FinishInit ( ) : void

Override method to add suitable control.

HandleDeleteCommand ( XCore.Command cmd ) : bool
HandleEditCommand ( ) : void
HandleLaunchChooser ( ) : void

This method is called when the user selects "Add Reference" or "Replace Reference" under the dropdown menu for a lexical relation

Private Methods

Méthode Description
LexReferenceCollectionSlice ( ) : System.Diagnostics

Method Details

FinishInit() public méthode

Override method to add suitable control.
public FinishInit ( ) : void
Résultat void

HandleDeleteCommand() public méthode

public HandleDeleteCommand ( XCore.Command cmd ) : bool
cmd XCore.Command
Résultat bool

HandleEditCommand() public méthode

public HandleEditCommand ( ) : void
Résultat void

HandleLaunchChooser() public méthode

This method is called when the user selects "Add Reference" or "Replace Reference" under the dropdown menu for a lexical relation
public HandleLaunchChooser ( ) : void
Résultat void