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

Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.CustomReferenceVectorSlice, ILexReferenceSlice
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method 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

Method Description
LexReferenceSequenceSlice ( ) : System.Diagnostics

Method Details

FinishInit() public method

Override method to add suitable control.
public FinishInit ( ) : void
return void

HandleDeleteCommand() public method

public HandleDeleteCommand ( XCore.Command cmd ) : bool
cmd XCore.Command
return bool

HandleEditCommand() public method

public HandleEditCommand ( ) : void
return void

HandleLaunchChooser() public method

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