C# 클래스 SIL.FieldWorks.ParatextLexiconPlugin.ParatextLexiconPluginFdoUI

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

공개 메소드들

메소드 설명
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

메소드 상세

CannotRestoreLinkedFilesToOriginalLocation() 공개 메소드

public CannotRestoreLinkedFilesToOriginalLocation ( ) : YesNoCancel
리턴 YesNoCancel

ChooseFilesToUse() 공개 메소드

public ChooseFilesToUse ( ) : FileSelection
리턴 FileSelection

ConflictingSave() 공개 메소드

public ConflictingSave ( ) : bool
리턴 bool

ConnectionLost() 공개 메소드

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

DisplayMessage() 공개 메소드

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

Exit() 공개 메소드

public Exit ( ) : void
리턴 void

OfferToRestore() 공개 메소드

public OfferToRestore ( string projectPath, string backupPath ) : bool
projectPath string
backupPath string
리턴 bool

ParatextLexiconPluginFdoUI() 공개 메소드

public ParatextLexiconPluginFdoUI ( ActivationContextHelper activationContext ) : System
activationContext SIL.Utils.ActivationContextHelper
리턴 System

ReportDuplicateGuids() 공개 메소드

public ReportDuplicateGuids ( string errorText ) : void
errorText string
리턴 void

ReportException() 공개 메소드

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

RestoreLinkedFilesInProjectFolder() 공개 메소드

public RestoreLinkedFilesInProjectFolder ( ) : bool
리턴 bool

Retry() 공개 메소드

public Retry ( string msg, string caption ) : bool
msg string
caption string
리턴 bool