C# Class SIL.PublishingSolution.FlexDePlugin

Implements Fieldworks Utility Interface for DictionaryExpress
Inheritance: IUtility
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
LoadUtilities ( ) : void

Load 0 or more items in the list box.

OnSelection ( ) : void

Notify the utility is has been selected in the dlg.

ToString ( ) : string

The utility is represented by its label

Méthodes protégées

Méthode Description
DeFlexExports ( string expCss, string mainFullName, string revFullXhtml, string gramFullName ) : bool

Export process from Fieldworks Language explorer

ValidXmlFile ( string xml ) : void

Validating the xml file with xmldocument to avoid further processing.

Private Methods

Méthode Description
ChangeAreaTool ( string areaChoice, string toolChoice ) : bool
ContentsExists ( string areaChoice, string toolChoice, string exportFormat ) : bool
ExportTool ( string areaChoice, string toolChoice, string exportFormat, string filePath ) : void
Process ( ) : void

Method Details

DeFlexExports() protected méthode

Export process from Fieldworks Language explorer
protected DeFlexExports ( string expCss, string mainFullName, string revFullXhtml, string gramFullName ) : bool
expCss string Style sheet exported
mainFullName string Source of main dictionary
revFullXhtml string source of reversal Index if available in Xhtml format
gramFullName string Source of grammar
Résultat bool

LoadUtilities() public méthode

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

OnSelection() public méthode

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

ToString() public méthode

The utility is represented by its label
public ToString ( ) : string
Résultat string

ValidXmlFile() protected static méthode

Validating the xml file with xmldocument to avoid further processing.
if xml file missing if xml file won't load
protected static ValidXmlFile ( string xml ) : void
xml string Xml file Name for Validating
Résultat void