C# Class SIL.FieldWorks.IText.DuplicateAnalysisFixer

Inheritance: IUtility
ファイルを表示 Open project: sillsdev/FieldWorks

Public Methods

Method Description
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

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