C# Класс SIL.FieldWorks.FdoUi.PartOfSpeechUi

PartOfSpeechUi provides UI-specific methods for the PartOfSpeech class.
Наследование: CmPossibilityUi
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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