C# Class DfBAdminToolkit.Presenter.DumpUserContentPresenter

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

Méthodes publiques

Méthode Description
DumpUserContentPresenter ( IDumpUserContentModel model, IDumpUserContentView 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
DumpFiles ( IDumpUserContentModel model, IMainPresenter presenter ) : void
OnCommandContextMenuClicked ( object sender, Common e ) : void
OnCommandDumpFiles ( object sender, EventArgs e ) : void
OnCommandListMembers ( object sender, EventArgs e ) : void
OnDataChanged ( object sender, EventArgs e ) : void
SearchFiles ( IMemberServices service, TeamListViewItemModel item, IDumpUserContentModel model, IMainPresenter presenter ) : bool
SearchMembers ( IDumpUserContentModel model, IMainPresenter presenter ) : void

Method Details

CleanUp() protected méthode

protected CleanUp ( ) : void
Résultat void

DumpUserContentPresenter() public méthode

public DumpUserContentPresenter ( IDumpUserContentModel model, IDumpUserContentView view ) : DfBAdminToolkit.Common.Services
model IDumpUserContentModel
view IDumpUserContentView
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