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

UI functions for MoMorphSynAnalysis.
Наследование: CmObjectUi
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GuidForJumping ( object commandObject ) : System.Guid

gives the hvo of the object to use in the URL we construct when doing a jump

MoFormUi ( ICmObject obj ) : System

Create one.

Защищенные методы

Метод Описание
GetMergeinfo ( SIL.FieldWorks.LexText.Controls.WindowParams wp, List mergeCandidates, string &guiControl, string &helpTopic ) : DummyCmObject
ShouldDisplayMenuForClass ( int specifiedClsid, XCore.UIItemDisplayProperties display ) : bool

Приватные методы

Метод Описание
MoFormUi ( ) : System

Описание методов

GetMergeinfo() защищенный Метод

protected GetMergeinfo ( SIL.FieldWorks.LexText.Controls.WindowParams wp, List mergeCandidates, string &guiControl, string &helpTopic ) : DummyCmObject
wp SIL.FieldWorks.LexText.Controls.WindowParams
mergeCandidates List
guiControl string
helpTopic string
Результат DummyCmObject

GuidForJumping() публичный Метод

gives the hvo of the object to use in the URL we construct when doing a jump
public GuidForJumping ( object commandObject ) : System.Guid
commandObject object
Результат System.Guid

MoFormUi() публичный Метод

Create one.
public MoFormUi ( ICmObject obj ) : System
obj ICmObject
Результат System

ShouldDisplayMenuForClass() защищенный Метод

protected ShouldDisplayMenuForClass ( int specifiedClsid, XCore.UIItemDisplayProperties display ) : bool
specifiedClsid int
display XCore.UIItemDisplayProperties
Результат bool