C# 클래스 SIL.FieldWorks.XWorks.LexEd.PhonologicalFeatureListDlgLauncherView

상속: SIL.FieldWorks.Common.RootSites.RootSiteControl, IVwNotifyChange
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
Init ( XCore.Mediator mediator, IFsFeatStruc fs ) : void
MakeRoot ( ) : void
PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void

Listen for change to basic IPA symbol If description and/or features are empty, try to supply the values associated with the symbol

UpdateFS ( IFsFeatStruc fs ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
UpdateRootObject ( ) : void

메소드 상세

Dispose() 보호된 메소드

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

Init() 공개 메소드

public Init ( XCore.Mediator mediator, IFsFeatStruc fs ) : void
mediator XCore.Mediator
fs IFsFeatStruc
리턴 void

MakeRoot() 공개 메소드

public MakeRoot ( ) : void
리턴 void

PropChanged() 공개 메소드

Listen for change to basic IPA symbol If description and/or features are empty, try to supply the values associated with the symbol
public PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
hvo int
tag int
ivMin int
cvIns int
cvDel int
리턴 void

UpdateFS() 공개 메소드

public UpdateFS ( IFsFeatStruc fs ) : void
fs IFsFeatStruc
리턴 void