메소드 | 설명 | |
---|---|---|
CannotRestoreLinkedFilesToOriginalLocation ( ) : YesNoCancel |
Cannot restore linked files to original path. Check with user regarding restoring linked files in the project folder or not at all
|
|
ChooseFilesToUse ( ) : FileSelection |
Check with user regarding which files to use
|
|
ConflictingSave ( ) : bool |
Check with user regarding conflicting changes
|
|
ConnectionLost ( ) : bool |
Inform the user of a lost connection
|
|
DisplayMessage ( MessageType type, string message, string caption, string helpTopic ) : void |
Displays information to the user
|
|
DummyFdoUI ( ISynchronizeInvoke synchronizeInvoke ) : System | ||
Exit ( ) : void |
Exits the application.
|
|
OfferToRestore ( string projectPath, string backupPath ) : bool |
Ask user if they wish to restore an XML project from a backup project file.
|
|
ReportDuplicateGuids ( string errorText ) : void |
Reports duplicate guids to the user
|
|
ReportException ( |
Show a dialog or output to the error log, as appropriate.
|
|
RestoreLinkedFilesInProjectFolder ( ) : bool |
Check with user regarding restoring linked files in the project folder or original path
|
|
Retry ( string msg, string caption ) : bool |
Present a message to the user and allow the options to Retry or Cancel
|
public CannotRestoreLinkedFilesToOriginalLocation ( ) : YesNoCancel | ||
리턴 | YesNoCancel |
public DisplayMessage ( MessageType type, string message, string caption, string helpTopic ) : void | ||
type | MessageType | |
message | string | |
caption | string | |
helpTopic | string | |
리턴 | void |
public DummyFdoUI ( ISynchronizeInvoke synchronizeInvoke ) : System | ||
synchronizeInvoke | ISynchronizeInvoke | |
리턴 | System |
public OfferToRestore ( string projectPath, string backupPath ) : bool | ||
projectPath | string | The project path. |
backupPath | string | The backup path. |
리턴 | bool |
public ReportDuplicateGuids ( string errorText ) : void | ||
errorText | string | The error text. |
리턴 | void |
public ReportException ( |
||
error | the exception you want to report | |
isLethal | bool | set to |
리턴 | void |
public RestoreLinkedFilesInProjectFolder ( ) : bool | ||
리턴 | bool |
public Retry ( string msg, string caption ) : bool | ||
msg | string | The message. |
caption | string | The caption. |
리턴 | bool |