C# Класс SIL.FieldWorks.XWorks.DeExportDialog

This creates a special version of ExportDialog so we can export without displaying dialogs
Наследование: ExportDialog
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

DeDoExport() публичный Метод

Creates export file outPath.
public DeDoExport ( string outPath ) : void
outPath string path of the file to output.
Результат void

DeExportDialog() публичный Метод

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
Результат System

SelectItem() публичный Метод

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
Результат bool