C# Class SIL.FieldWorks.IText.WordsSfmImportWizard

Inheritance: InterlinearSfmImportWizard
Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
WordsSfmImportWizard ( ) : System

Protected Methods

Method Description
DoStage2Conversion ( byte stage1, IThreadedProgress dlg ) : void
GetDestinationsFilter ( ) : IEnumerable
GetSfmConverter ( ) : Sfm2FlexTextBase
SetDialogTitle ( ) : void
ValidateReadyToImport ( ) : bool

Don't care about checking the baseline in this dialog. TODO: Maybe check that their are words to import?

Method Details

DoStage2Conversion() protected method

protected DoStage2Conversion ( byte stage1, IThreadedProgress dlg ) : void
stage1 byte
dlg IThreadedProgress
return void

GetDestinationsFilter() protected method

protected GetDestinationsFilter ( ) : IEnumerable
return IEnumerable

GetSfmConverter() protected method

protected GetSfmConverter ( ) : Sfm2FlexTextBase
return Sfm2FlexTextBase

SetDialogTitle() protected method

protected SetDialogTitle ( ) : void
return void

ValidateReadyToImport() protected method

Don't care about checking the baseline in this dialog. TODO: Maybe check that their are words to import?
protected ValidateReadyToImport ( ) : bool
return bool

WordsSfmImportWizard() public method

public WordsSfmImportWizard ( ) : System
return System