C# Class DfBAdminToolkit.Presenter.SettingsPresenter

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

protected Initialize ( ) : void
Résultat void

SettingsPresenter() public méthode

public SettingsPresenter ( ISettingsModel model, ISettingsView view ) : Common.Utils
model ISettingsModel
view ISettingsView
Résultat Common.Utils

ShowSettings() public méthode

public ShowSettings ( IWin32Window owner ) : void
owner IWin32Window
Résultat void

UnWireViewEvents() protected méthode

protected UnWireViewEvents ( ) : void
Résultat void

WireViewEvents() protected méthode

protected WireViewEvents ( ) : void
Résultat void