C# 클래스 SIL.FieldWorks.XWorks.DeExportDialog

This creates a special version of ExportDialog so we can export without displaying dialogs
상속: ExportDialog
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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