C# Class DfBAdminToolkit.Presenter.SettingsPresenter

Inheritance: PresenterBase, ISettingsPresenter
显示文件 Open project: dropbox/DropboxBusinessAdminTool

Public Methods

Method Description
SettingsPresenter ( ISettingsModel model, ISettingsView view ) : Common.Utils
ShowSettings ( IWin32Window owner ) : void

Protected Methods

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

Private Methods

Method Description
GetConfigSettings ( ) : void
OnCommandApplySettings ( object sender, System e ) : void
OnCommandCancelSettings ( object sender, System e ) : void
OnDataChanged ( object sender, System e ) : void
UpdateConfigSettings ( ) : void

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

SettingsPresenter() public method

public SettingsPresenter ( ISettingsModel model, ISettingsView view ) : Common.Utils
model ISettingsModel
view ISettingsView
return Common.Utils

ShowSettings() public method

public ShowSettings ( IWin32Window owner ) : void
owner IWin32Window
return void

UnWireViewEvents() protected method

protected UnWireViewEvents ( ) : void
return void

WireViewEvents() protected method

protected WireViewEvents ( ) : void
return void