C# Class DfBAdminToolkit.Presenter.DevicesPresenter

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

Public Methods

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

Protected Methods

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

Private Methods

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

protected CleanUp ( ) : void
return void

DevicesPresenter() public method

public DevicesPresenter ( IDevicesModel model, IDevicesView view ) : DfBAdminToolkit.Common.Services
model IDevicesModel
view IDevicesView
return DfBAdminToolkit.Common.Services

Initialize() protected method

protected Initialize ( ) : void
return void

UnWireViewEvents() protected method

protected UnWireViewEvents ( ) : void
return void

UpdateSettings() public method

public UpdateSettings ( ) : void
return void

WireViewEvents() protected method

protected WireViewEvents ( ) : void
return void