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

파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
CheckDisposed ( ) : void

Verify that this object has not yet been disposed.

ImportXmlDialog ( FdoCache cache, IHelpTopicProvider helpTopicProvider ) : System

Constructor.

비공개 메소드들

메소드 설명
DisplayImportError ( SUE_ErrorCode errorCode, string sParam1, string sParam2, string msgDetails ) : void
EnableImportButton ( ) : void
EnsureProperOxesFile ( ) : bool

Check the version number of the OXES file, and if it's out of date, migrate (a temporary copy) to the current version via XSLT scripts.

ReadRevisionDesc ( string filename ) : string

Gets the revision date and description from the specified oxes file.

VerifyLanguageInOxesFile ( ) : bool
m_btnBrowse_Click ( object sender, EventArgs e ) : void

Handles the Click event of the m_btnBrowse control.

m_btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the m_btnCancel control.

m_btnHelp_Click ( object sender, EventArgs e ) : void

Handles the Click event of the m_btnHelp control.

m_btnImport_Click ( object sender, EventArgs e ) : void

Handles the Click event of the m_btnImport control.

m_tbFilename_TextChanged ( object sender, EventArgs e ) : void

Enable the OK button when there is text in the file name text box. File validation happens in the OK button's click event.

메소드 상세

CheckDisposed() 공개 메소드

Verify that this object has not yet been disposed.
public CheckDisposed ( ) : void
리턴 void

ImportXmlDialog() 공개 메소드

Constructor.
public ImportXmlDialog ( FdoCache cache, IHelpTopicProvider helpTopicProvider ) : System
cache FdoCache
helpTopicProvider IHelpTopicProvider
리턴 System