C# 클래스 DfBAdminToolkit.Presenter.MainPresenter

상속: PresenterBase, IMainPresenter
파일 보기 프로젝트 열기: dropbox/DropboxBusinessAdminTool

공개 메소드들

메소드 설명
ActivateSpinner ( bool activate ) : void
EnableControl ( bool enable ) : void
MainPresenter ( ) : DfBAdminToolkit.Model
MainPresenter ( IMainModel model, IMainView view ) : DfBAdminToolkit.Model
ShowErrorMessage ( string text, string title ) : void
ShowInfoMessage ( string text ) : void
ShowView ( ) : void
UpdateProgressInfo ( string text ) : void
UpdateTitleBarStats ( ) : void

보호된 메소드들

메소드 설명
CleanUp ( ) : void
Initialize ( ) : void
UnWireViewEvents ( ) : void
WireViewEvents ( ) : void

메소드 상세

ActivateSpinner() 공개 메소드

public ActivateSpinner ( bool activate ) : void
activate bool
리턴 void

CleanUp() 보호된 메소드

protected CleanUp ( ) : void
리턴 void

EnableControl() 공개 메소드

public EnableControl ( bool enable ) : void
enable bool
리턴 void

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

MainPresenter() 공개 메소드

public MainPresenter ( ) : DfBAdminToolkit.Model
리턴 DfBAdminToolkit.Model

MainPresenter() 공개 메소드

public MainPresenter ( IMainModel model, IMainView view ) : DfBAdminToolkit.Model
model IMainModel
view IMainView
리턴 DfBAdminToolkit.Model

ShowErrorMessage() 공개 메소드

public ShowErrorMessage ( string text, string title ) : void
text string
title string
리턴 void

ShowInfoMessage() 공개 메소드

public ShowInfoMessage ( string text ) : void
text string
리턴 void

ShowView() 공개 메소드

public ShowView ( ) : void
리턴 void

UnWireViewEvents() 보호된 메소드

protected UnWireViewEvents ( ) : void
리턴 void

UpdateProgressInfo() 공개 메소드

public UpdateProgressInfo ( string text ) : void
text string
리턴 void

UpdateTitleBarStats() 공개 메소드

public UpdateTitleBarStats ( ) : void
리턴 void

WireViewEvents() 보호된 메소드

protected WireViewEvents ( ) : void
리턴 void