C# 클래스 SIL.FieldWorks.XWorks.MorphologyEditor.BasicIPASymbolSlice

상속: SIL.FieldWorks.Common.Framework.DetailControls.StringSlice
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
BasicIPASymbolSlice ( SIL.FieldWorks.FDO.FdoCache cache, string editor, int flid, System node, ICmObject obj, SIL.Utils.StringTable stringTbl, IPersistenceProvider persistenceProvider, int ws ) : System

Constructor invoked via the editor="customWithParams" slice XML configuration

SetFeaturesBasedOnIPA ( ) : void

Set description based on the content of the BasicIPASymbol field and the BasicIPAInfo document

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
BasicIPASymbolSlice ( ) : System
SetDescriptionBasedOnIPA ( ) : void

Set description based on the content of the BasicIPASymbol field and the BasicIPAInfo document

UpdatePhoneme ( object sender, EventArgs e ) : void

메소드 상세

BasicIPASymbolSlice() 공개 메소드

Constructor invoked via the editor="customWithParams" slice XML configuration
public BasicIPASymbolSlice ( SIL.FieldWorks.FDO.FdoCache cache, string editor, int flid, System node, ICmObject obj, SIL.Utils.StringTable stringTbl, IPersistenceProvider persistenceProvider, int ws ) : System
cache SIL.FieldWorks.FDO.FdoCache
editor string
flid int
node System
obj ICmObject
stringTbl SIL.Utils.StringTable
persistenceProvider IPersistenceProvider
ws int
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

SetFeaturesBasedOnIPA() 공개 메소드

Set description based on the content of the BasicIPASymbol field and the BasicIPAInfo document
public SetFeaturesBasedOnIPA ( ) : void
리턴 void