C# Class DfBAdminToolkit.Presenter.MainPresenter

Inheritance: PresenterBase, IMainPresenter
Mostra file Open project: dropbox/DropboxBusinessAdminTool

Public Methods

Method Description
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

Protected Methods

Method Description
CleanUp ( ) : void
Initialize ( ) : void
UnWireViewEvents ( ) : void
WireViewEvents ( ) : void

Method Details

ActivateSpinner() public method

public ActivateSpinner ( bool activate ) : void
activate bool
return void

CleanUp() protected method

protected CleanUp ( ) : void
return void

EnableControl() public method

public EnableControl ( bool enable ) : void
enable bool
return void

Initialize() protected method

protected Initialize ( ) : void
return void

MainPresenter() public method

public MainPresenter ( ) : DfBAdminToolkit.Model
return DfBAdminToolkit.Model

MainPresenter() public method

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

ShowErrorMessage() public method

public ShowErrorMessage ( string text, string title ) : void
text string
title string
return void

ShowInfoMessage() public method

public ShowInfoMessage ( string text ) : void
text string
return void

ShowView() public method

public ShowView ( ) : void
return void

UnWireViewEvents() protected method

protected UnWireViewEvents ( ) : void
return void

UpdateProgressInfo() public method

public UpdateProgressInfo ( string text ) : void
text string
return void

UpdateTitleBarStats() public method

public UpdateTitleBarStats ( ) : void
return void

WireViewEvents() protected method

protected WireViewEvents ( ) : void
return void