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

Inheritance: IUtility
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
DeleteUnusedEntriesAndSenses ( SIL.FieldWorks.FDO.FdoCache cache, System.Windows.Forms.ProgressBar progressBar ) : void
LoadUtilities ( ) : void
OnSelection ( ) : void
Process ( ) : void

This actually does the work.

ToString ( ) : string

This is what is actually shown in the dialog as the ID of the task.

Method Details

DeleteUnusedEntriesAndSenses() public method

public DeleteUnusedEntriesAndSenses ( SIL.FieldWorks.FDO.FdoCache cache, System.Windows.Forms.ProgressBar progressBar ) : void
cache SIL.FieldWorks.FDO.FdoCache
progressBar System.Windows.Forms.ProgressBar
return void

LoadUtilities() public method

public LoadUtilities ( ) : void
return void

OnSelection() public method

public OnSelection ( ) : void
return void

Process() public method

This actually does the work.
public Process ( ) : void
return void

ToString() public method

This is what is actually shown in the dialog as the ID of the task.
public ToString ( ) : string
return string