C# Class SIL.FieldWorks.ParatextLexiconPlugin.ParatextLexiconPluginFdoUI

Inheritance: IFdoUI
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CannotRestoreLinkedFilesToOriginalLocation ( ) : YesNoCancel
Résultat YesNoCancel

ChooseFilesToUse() public méthode

public ChooseFilesToUse ( ) : FileSelection
Résultat FileSelection

ConflictingSave() public méthode

public ConflictingSave ( ) : bool
Résultat bool

ConnectionLost() public méthode

Inform the user of a lost connection
public ConnectionLost ( ) : bool
Résultat bool

DisplayMessage() public méthode

public DisplayMessage ( MessageType type, string message, string caption, string helpTopic ) : void
type MessageType
message string
caption string
helpTopic string
Résultat void

Exit() public méthode

public Exit ( ) : void
Résultat void

OfferToRestore() public méthode

public OfferToRestore ( string projectPath, string backupPath ) : bool
projectPath string
backupPath string
Résultat bool

ParatextLexiconPluginFdoUI() public méthode

public ParatextLexiconPluginFdoUI ( ActivationContextHelper activationContext ) : System
activationContext SIL.Utils.ActivationContextHelper
Résultat System

ReportDuplicateGuids() public méthode

public ReportDuplicateGuids ( string errorText ) : void
errorText string
Résultat void

ReportException() public méthode

public ReportException ( Exception error, bool isLethal ) : void
error System.Exception
isLethal bool
Résultat void

RestoreLinkedFilesInProjectFolder() public méthode

public RestoreLinkedFilesInProjectFolder ( ) : bool
Résultat bool

Retry() public méthode

public Retry ( string msg, string caption ) : bool
msg string
caption string
Résultat bool