C# Class SIL.FieldWorks.FdoUi.LexPronunciationUi

UI for LexPronunciation.
Inheritance: CmObjectUi
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
LexPronunciationUi ( ) : System

Method Details

CreateNewUiObject() public static method

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
return LexPronunciationUi

LexPronunciationUi() public method

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