C# 클래스 SIL.FieldWorks.TE.TeImportUi

UI elements of import. Gets called from TeImport.
This class needs to deal with multi threading issues since it gets called from TeImport (which runs in the background), but every UI element it creates needs to run on the main thread.
상속: IFWDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_importer TeImporter

공개 메소드들

메소드 설명
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

This method is thread safe.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

ErrorMessage ( string message ) : void

Displays an import error message.

Step ( int cSteps ) : void

TeImportUi ( ProgressDialogWithTask progressDialog, IHelpTopicProvider helpTopicProvider ) : System

Initializes a new instance of the TeImportUi class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ErrorMessage ( SIL.FieldWorks.Common.ScriptureUtils.EncodingConverterException e ) : void
OnCancelPressed ( object sender, System.CancelEventArgs e ) : void

Called when the user pressed the cancel button on the progress dialog.

메소드 상세

CheckDisposed() 공개 메소드

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
This method is thread safe.
public CheckDisposed ( ) : void
리턴 void

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ErrorMessage() 공개 메소드

Displays an import error message.
public ErrorMessage ( string message ) : void
message string The message.
리턴 void

Step() 공개 메소드

public Step ( int cSteps ) : void
cSteps int
리턴 void

TeImportUi() 공개 메소드

Initializes a new instance of the TeImportUi class.
public TeImportUi ( ProgressDialogWithTask progressDialog, IHelpTopicProvider helpTopicProvider ) : System
progressDialog SIL.FieldWorks.Common.Controls.ProgressDialogWithTask The progress dialog.
helpTopicProvider IHelpTopicProvider The help topic provider.
리턴 System

프로퍼티 상세

m_importer 보호되어 있는 프로퍼티

protected TeImporter,SIL.FieldWorks.TE m_importer
리턴 TeImporter