C# 클래스 SIL.FieldWorks.XWorks.LexEd.LexReferenceCollectionSlice

상속: SIL.FieldWorks.Common.Framework.DetailControls.CustomReferenceVectorSlice, ILexReferenceSlice
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
LexReferenceCollectionSlice ( ) : System.Diagnostics

메소드 상세

FinishInit() 공개 메소드

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

HandleDeleteCommand() 공개 메소드

public HandleDeleteCommand ( XCore.Command cmd ) : bool
cmd XCore.Command
리턴 bool

HandleEditCommand() 공개 메소드

public HandleEditCommand ( ) : void
리턴 void

HandleLaunchChooser() 공개 메소드

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