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

Summary description for LexEntryTypeConverter.
Inheritance: LexEntryTypeConverters
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
OnSelection ( ) : void

Notify the utility is has been selected in the dlg.

Process ( ) : void

Have the utility do what it does.

Méthodes protégées

Méthode Description
Convert ( IEnumerable itemsToChange ) : void

Method Details

Convert() protected méthode

protected Convert ( IEnumerable itemsToChange ) : void
itemsToChange IEnumerable
Résultat void

OnSelection() public méthode

Notify the utility is has been selected in the dlg.
public OnSelection ( ) : void
Résultat void

Process() public méthode

Have the utility do what it does.
public Process ( ) : void
Résultat void