C# Class SIL.FieldWorks.FixData.ErrorFixer

Connect the error fixing code to the FieldWorks UtilityDlg facility.
Inheritance: IUtility
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
LoadUtilities ( ) : void

Load 0 or more items in the main utility dialog's list box.

OnSelection ( ) : void

When selected in the main utility dialog, fill in some more information there.

Process ( ) : void

Run the utility on command from the main utility dialog.

ToString ( ) : string

Override method to return the Label property.

Private Methods

Method Description
ErrorCount ( ) : int
FixDataFile ( IProgress progressDlg ) : object
LogErrors ( string message, bool errorFixed ) : void

Method Details

LoadUtilities() public method

Load 0 or more items in the main utility dialog's list box.
public LoadUtilities ( ) : void
return void

OnSelection() public method

When selected in the main utility dialog, fill in some more information there.
public OnSelection ( ) : void
return void

Process() public method

Run the utility on command from the main utility dialog.
public Process ( ) : void
return void

ToString() public method

Override method to return the Label property.
public ToString ( ) : string
return string