C# Class SIL.FieldWorks.XWorks.LexEd.PhonologicalFeatureListDlgLauncherView

Inheritance: SIL.FieldWorks.Common.RootSites.RootSiteControl, IVwNotifyChange
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
UpdateRootObject ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Init() public méthode

public Init ( XCore.Mediator mediator, IFsFeatStruc fs ) : void
mediator XCore.Mediator
fs IFsFeatStruc
Résultat void

MakeRoot() public méthode

public MakeRoot ( ) : void
Résultat void

PropChanged() public méthode

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
Résultat void

UpdateFS() public méthode

public UpdateFS ( IFsFeatStruc fs ) : void
fs IFsFeatStruc
Résultat void