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

Summary description for LexEntryTypeConverter.
Inheritance: LexEntryTypeConverters
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
OnSelection ( ) : void

Notify the utility is has been selected in the dlg.

Process ( ) : void

Have the utility do what it does.

Protected Methods

Method Description
Convert ( IEnumerable itemsToChange ) : void

Method Details

Convert() protected method

protected Convert ( IEnumerable itemsToChange ) : void
itemsToChange IEnumerable
return void

OnSelection() public method

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

Process() public method

Have the utility do what it does.
public Process ( ) : void
return void