C# Class SIL.FieldWorks.IText.ParseIsCurrentFixer

Inheritance: IUtility
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

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

This actually makes the fix.

ToString ( ) : string

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

Method Details

ClearFlags() public method

public ClearFlags ( 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 makes the fix.
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