Method | Description | |
---|---|---|
LoadSyncResult ( string jobId, System.TimeSpan spentTime, bool fileOverwrite, int fileSkippedCount, string fileSkippedLogPath, int fileExistsCount, string fileExistsLogPath, int fileOverwriteCount, string fileOverwriteLogPath, int fileNotOverwriteCount, string fileNotOverwriteLogPath, int fileUploadErrorCount, string fileUploadErrorLogPath, int fileUploadSuccessCount, string fileUploadSuccessLogPath ) : void | ||
SyncResultPage ( |
Method | Description | |
---|---|---|
BackToHome_EventHandler ( object sender, |
||
ExportLog_EventHandler ( object sender, |
||
SyncResultLoaded_EventHandler ( object sender, |
||
spentTimeStr ( double seconds ) : string |
public LoadSyncResult ( string jobId, System.TimeSpan spentTime, bool fileOverwrite, int fileSkippedCount, string fileSkippedLogPath, int fileExistsCount, string fileExistsLogPath, int fileOverwriteCount, string fileOverwriteLogPath, int fileNotOverwriteCount, string fileNotOverwriteLogPath, int fileUploadErrorCount, string fileUploadErrorLogPath, int fileUploadSuccessCount, string fileUploadSuccessLogPath ) : void | ||
jobId | string | |
spentTime | System.TimeSpan | |
fileOverwrite | bool | |
fileSkippedCount | int | |
fileSkippedLogPath | string | |
fileExistsCount | int | |
fileExistsLogPath | string | |
fileOverwriteCount | int | |
fileOverwriteLogPath | string | |
fileNotOverwriteCount | int | |
fileNotOverwriteLogPath | string | |
fileUploadErrorCount | int | |
fileUploadErrorLogPath | string | |
fileUploadSuccessCount | int | |
fileUploadSuccessLogPath | string | |
return | void |
public SyncResultPage ( |
||
mainWindow | ||
return | System |