C# Class SIL.FieldWorks.XWorks.LexText.SampleCitationFormTransducer

SampleCitationFormTransducer can be used with the Tools:Utilities dialog It was actually built for Dennis Walters, but could be useful for someone else.
Inheritance: IUtility
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
LoadUtilities ( ) : void

Load 0 or more items in the list box.

OnSelection ( ) : void

Notify the utility is has been selected in the dlg.

Process ( ) : void

Have the utility do what it does.

SampleCitationFormTransducer ( ) : System

Constructor.

ToString ( ) : string

Override method to return the Label property.

Private Methods

Method Description
InvokePython ( string arguments ) : string

Method Details

LoadUtilities() public method

Load 0 or more items in the list box.
public LoadUtilities ( ) : void
return void

OnSelection() public method

Notify the utility is has been selected in the dlg.
public OnSelection ( ) : void
return void

Process() public method

Have the utility do what it does.
public Process ( ) : void
return void

SampleCitationFormTransducer() public method

Constructor.
public SampleCitationFormTransducer ( ) : System
return System

ToString() public method

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