C# 클래스 Common.SyncPresenter

Class that controls the presentation of the Sync Dialog, linking it to the model.
파일 보기 프로젝트 열기: Revelations/BaconApp 1 사용 예제들

공개 메소드들

메소드 설명
StartWorker ( ) : void

Starts the view's background worker on its job.

SyncPresenter ( ISyncDialog view, SyncInfo info ) : Common.System

Constructor for this presenter accepting two arguments.

비공개 메소드들

메소드 설명
ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void

Called when the worker reports progress has been made.

SetWorkerJob ( ) : void

Binds the view's background worker to a specific method, depending on the type of sync requested.

메소드 상세

StartWorker() 공개 메소드

Starts the view's background worker on its job.
public StartWorker ( ) : void
리턴 void

SyncPresenter() 공개 메소드

Constructor for this presenter accepting two arguments.
public SyncPresenter ( ISyncDialog view, SyncInfo info ) : Common.System
view ISyncDialog Form that this controls presentation for.
info SyncInfo Information about the requested sync operation.
리턴 Common.System