C# Class SIL.FieldWorks.ParatextLexiconPlugin.ParatextLexiconPluginFdoUI

Inheritance: IFdoUI
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
CannotRestoreLinkedFilesToOriginalLocation ( ) : YesNoCancel
ChooseFilesToUse ( ) : FileSelection
ConflictingSave ( ) : bool
ConnectionLost ( ) : bool

Inform the user of a lost connection

DisplayMessage ( MessageType type, string message, string caption, string helpTopic ) : void
Exit ( ) : void
OfferToRestore ( string projectPath, string backupPath ) : bool
ParatextLexiconPluginFdoUI ( ActivationContextHelper activationContext ) : System
ReportDuplicateGuids ( string errorText ) : void
ReportException ( Exception error, bool isLethal ) : void
RestoreLinkedFilesInProjectFolder ( ) : bool
Retry ( string msg, string caption ) : bool

Method Details

CannotRestoreLinkedFilesToOriginalLocation() public method

public CannotRestoreLinkedFilesToOriginalLocation ( ) : YesNoCancel
return YesNoCancel

ChooseFilesToUse() public method

public ChooseFilesToUse ( ) : FileSelection
return FileSelection

ConflictingSave() public method

public ConflictingSave ( ) : bool
return bool

ConnectionLost() public method

Inform the user of a lost connection
public ConnectionLost ( ) : bool
return bool

DisplayMessage() public method

public DisplayMessage ( MessageType type, string message, string caption, string helpTopic ) : void
type MessageType
message string
caption string
helpTopic string
return void

Exit() public method

public Exit ( ) : void
return void

OfferToRestore() public method

public OfferToRestore ( string projectPath, string backupPath ) : bool
projectPath string
backupPath string
return bool

ParatextLexiconPluginFdoUI() public method

public ParatextLexiconPluginFdoUI ( ActivationContextHelper activationContext ) : System
activationContext SIL.Utils.ActivationContextHelper
return System

ReportDuplicateGuids() public method

public ReportDuplicateGuids ( string errorText ) : void
errorText string
return void

ReportException() public method

public ReportException ( Exception error, bool isLethal ) : void
error System.Exception
isLethal bool
return void

RestoreLinkedFilesInProjectFolder() public method

public RestoreLinkedFilesInProjectFolder ( ) : bool
return bool

Retry() public method

public Retry ( string msg, string caption ) : bool
msg string
caption string
return bool