C# 클래스 SIL.FieldWorks.FdoUi.PartOfSpeechUi

PartOfSpeechUi provides UI-specific methods for the PartOfSpeech class.
상속: CmPossibilityUi
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
CreateNewUiObject ( XCore.Mediator mediator, int classId, int hvoOwner, int flid, int insertionPosition ) : PartOfSpeechUi

Handle the context menu for inserting a POS.

OnDisplayJumpToTool ( object commandObject, XCore &display ) : bool

Override to handle case of improper menu in the reversal cat list tool.

PartOfSpeechUi ( ICmObject obj ) : System

Create one. Argument must be a PartOfSpeech. Note that declaring it to be forces us to just do a cast in every case of MakeUi, which is passed an obj anyway.

비공개 메소드들

메소드 설명
PartOfSpeechUi ( ) : System

메소드 상세

CreateNewUiObject() 공개 정적인 메소드

Handle the context menu for inserting a POS.
public static CreateNewUiObject ( XCore.Mediator mediator, int classId, int hvoOwner, int flid, int insertionPosition ) : PartOfSpeechUi
mediator XCore.Mediator
classId int
hvoOwner int
flid int
insertionPosition int
리턴 PartOfSpeechUi

OnDisplayJumpToTool() 공개 메소드

Override to handle case of improper menu in the reversal cat list tool.
public OnDisplayJumpToTool ( object commandObject, XCore &display ) : bool
commandObject object
display XCore
리턴 bool

PartOfSpeechUi() 공개 메소드

Create one. Argument must be a PartOfSpeech. Note that declaring it to be forces us to just do a cast in every case of MakeUi, which is passed an obj anyway.
public PartOfSpeechUi ( ICmObject obj ) : System
obj ICmObject
리턴 System