C# 클래스 SunSync.SyncResultPage

Interaction logic for SyncResultPage.xaml
상속: System.Windows.Controls.Page
파일 보기 프로젝트 열기: qiniu/QSunSync 1 사용 예제들

공개 메소드들

메소드 설명
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 ( MainWindow mainWindow ) : System

비공개 메소드들

메소드 설명
BackToHome_EventHandler ( object sender, RoutedEventArgs e ) : void
ExportLog_EventHandler ( object sender, RoutedEventArgs e ) : void
SyncResultLoaded_EventHandler ( object sender, RoutedEventArgs e ) : void
spentTimeStr ( double seconds ) : string

메소드 상세

LoadSyncResult() 공개 메소드

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
리턴 void

SyncResultPage() 공개 메소드

public SyncResultPage ( MainWindow mainWindow ) : System
mainWindow MainWindow
리턴 System