C# Class DfBAdminToolkit.Presenter.MainPresenter

Inheritance: PresenterBase, IMainPresenter
Afficher le fichier Open project: dropbox/DropboxBusinessAdminTool

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CleanUp ( ) : void
Initialize ( ) : void
UnWireViewEvents ( ) : void
WireViewEvents ( ) : void

Method Details

ActivateSpinner() public méthode

public ActivateSpinner ( bool activate ) : void
activate bool
Résultat void

CleanUp() protected méthode

protected CleanUp ( ) : void
Résultat void

EnableControl() public méthode

public EnableControl ( bool enable ) : void
enable bool
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

MainPresenter() public méthode

public MainPresenter ( ) : DfBAdminToolkit.Model
Résultat DfBAdminToolkit.Model

MainPresenter() public méthode

public MainPresenter ( IMainModel model, IMainView view ) : DfBAdminToolkit.Model
model IMainModel
view IMainView
Résultat DfBAdminToolkit.Model

ShowErrorMessage() public méthode

public ShowErrorMessage ( string text, string title ) : void
text string
title string
Résultat void

ShowInfoMessage() public méthode

public ShowInfoMessage ( string text ) : void
text string
Résultat void

ShowView() public méthode

public ShowView ( ) : void
Résultat void

UnWireViewEvents() protected méthode

protected UnWireViewEvents ( ) : void
Résultat void

UpdateProgressInfo() public méthode

public UpdateProgressInfo ( string text ) : void
text string
Résultat void

UpdateTitleBarStats() public méthode

public UpdateTitleBarStats ( ) : void
Résultat void

WireViewEvents() protected méthode

protected WireViewEvents ( ) : void
Résultat void