C# Class SIL.FieldWorks.XWorks.DeExportDialog

This creates a special version of ExportDialog so we can export without displaying dialogs
Inheritance: ExportDialog
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
DeDoExport ( string outPath ) : void

Creates export file outPath.

DeExportDialog ( XCore.Mediator mediator ) : System

Initializes a new instance of the DeExportDialog class by calling the base class constuctor

SelectItem ( string exportFormat ) : bool

Select the item containing exportFormat in the path name of the xml file name.

Method Details

DeDoExport() public method

Creates export file outPath.
public DeDoExport ( string outPath ) : void
outPath string path of the file to output.
return void

DeExportDialog() public method

Initializes a new instance of the DeExportDialog class by calling the base class constuctor
public DeExportDialog ( XCore.Mediator mediator ) : System
mediator XCore.Mediator this is a pointer to the current state
return System

SelectItem() public method

Select the item containing exportFormat in the path name of the xml file name.
public SelectItem ( string exportFormat ) : bool
exportFormat string The file name of the export xml file
return bool