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

UI functions for MoMorphSynAnalysis.
상속: CmObjectUi
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

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