C# Class SIL.FieldWorks.IText.ParseIsCurrentFixer

Inheritance: IUtility
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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 méthode

public ClearFlags ( SIL.FieldWorks.FDO.FdoCache cache, System.Windows.Forms.ProgressBar progressBar ) : void
cache SIL.FieldWorks.FDO.FdoCache
progressBar System.Windows.Forms.ProgressBar
Résultat void

LoadUtilities() public méthode

public LoadUtilities ( ) : void
Résultat void

OnSelection() public méthode

public OnSelection ( ) : void
Résultat void

Process() public méthode

This actually makes the fix.
public Process ( ) : void
Résultat void

ToString() public méthode

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