C# Class DfBAdminToolkit.Presenter.LegalPresenter

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

Méthodes publiques

Méthode Description
LegalPresenter ( ILegalModel model, ILegalView view ) : DfBAdminToolkit.Common.Utils

Méthodes protégées

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

Private Methods

Méthode Description
OnCommandAccept ( object sender, System e ) : void
OnCommandDecline ( object sender, System e ) : void
OnDataChanged ( object sender, System e ) : void

Method Details

CleanUp() protected méthode

protected CleanUp ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LegalPresenter() public méthode

public LegalPresenter ( ILegalModel model, ILegalView view ) : DfBAdminToolkit.Common.Utils
model ILegalModel
view ILegalView
Résultat DfBAdminToolkit.Common.Utils

UnWireViewEvents() protected méthode

protected UnWireViewEvents ( ) : void
Résultat void

WireViewEvents() protected méthode

protected WireViewEvents ( ) : void
Résultat void