C# Class SIL.FieldWorks.FdoUi.MoFormUi

UI functions for MoMorphSynAnalysis.
Inheritance: CmObjectUi
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
GetMergeinfo ( SIL.FieldWorks.LexText.Controls.WindowParams wp, List mergeCandidates, string &guiControl, string &helpTopic ) : DummyCmObject
ShouldDisplayMenuForClass ( int specifiedClsid, XCore.UIItemDisplayProperties display ) : bool

Private Methods

Méthode Description
MoFormUi ( ) : System

Method Details

GetMergeinfo() protected méthode

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
Résultat DummyCmObject

GuidForJumping() public méthode

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
Résultat System.Guid

MoFormUi() public méthode

Create one.
public MoFormUi ( ICmObject obj ) : System
obj ICmObject
Résultat System

ShouldDisplayMenuForClass() protected méthode

protected ShouldDisplayMenuForClass ( int specifiedClsid, XCore.UIItemDisplayProperties display ) : bool
specifiedClsid int
display XCore.UIItemDisplayProperties
Résultat bool