C# Class DfBAdminToolkit.Presenter.GroupsPresenter

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

Méthodes publiques

Méthode Description
GroupsPresenter ( IGroupsModel model, IGroupsView view ) : 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
AddMemberGroup ( IGroupsModel model, string email, IMainPresenter presenter ) : string
CreateGroup ( IGroupsModel model, string groupName, IMainPresenter presenter ) : string
DeleteMemberGroup ( IGroupsModel model, string email, IMainPresenter presenter ) : string
GetGroups ( IGroupsModel model, IMainPresenter presenter ) : void
OnCommandAddMemberGroup ( object sender, System e ) : void
OnCommandCreateGroup ( object sender, System e ) : void
OnCommandDeleteMemberGroup ( object sender, System e ) : void
OnCommandGetGroups ( object sender, System e ) : void
OnDataChanged ( object sender, System e ) : void

Method Details

CleanUp() protected méthode

protected CleanUp ( ) : void
Résultat void

GroupsPresenter() public méthode

public GroupsPresenter ( IGroupsModel model, IGroupsView view ) : Common.Services
model IGroupsModel
view IGroupsView
Résultat 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