C# Class DfBAdminToolkit.Presenter.DevicesPresenter

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

Méthodes publiques

Méthode Description
DevicesPresenter ( IDevicesModel model, IDevicesView view ) : DfBAdminToolkit.Common.Services
UpdateSettings ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
DumpDevices ( IDevicesModel model, IMainPresenter presenter ) : void
GetDevices ( IDevicesModel model, IMainPresenter presenter ) : void
OnCommandDumpDevices ( object sender, EventArgs e ) : void
OnCommandGetDevices ( object sender, EventArgs e ) : void
OnDataChanged ( object sender, EventArgs e ) : void

Method Details

CleanUp() protected méthode

protected CleanUp ( ) : void
Résultat void

DevicesPresenter() public méthode

public DevicesPresenter ( IDevicesModel model, IDevicesView view ) : DfBAdminToolkit.Common.Services
model IDevicesModel
view IDevicesView
Résultat DfBAdminToolkit.Common.Services

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

UnWireViewEvents() protected méthode

protected UnWireViewEvents ( ) : void
Résultat void

UpdateSettings() public méthode

public UpdateSettings ( ) : void
Résultat void

WireViewEvents() protected méthode

protected WireViewEvents ( ) : void
Résultat void