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

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

공개 메소드들

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

Handle the context menu for inserting a LexPronunciation.

LexPronunciationUi ( ICmObject obj ) : System

Create one. Argument must be a LexPronunciation.

비공개 메소드들

메소드 설명
LexPronunciationUi ( ) : System

메소드 상세

CreateNewUiObject() 공개 정적인 메소드

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

LexPronunciationUi() 공개 메소드

Create one. Argument must be a LexPronunciation.
public LexPronunciationUi ( ICmObject obj ) : System
obj ICmObject
리턴 System