C# Class JelloScrum.Web.Controllers.GebruikerBeheerController

Inheritance: SecureController
Afficher le fichier Open project: auxilium/JelloScrum

Méthodes publiques

Méthode Description
GebruikersProfiel ( ) : void

Instellen gebruikersprofiel

Index ( ) : void

Index

Index ( [ sprint ) : void

Gebruikers beheer vanuit een project

ListGebruikers ( SystemRole rol ) : void

Geeft een lijst terug met gebruikers aan de hand van de systeem rol

LoadGebruiker ( [ gebruiker ) : void

Laad de gebruiker

MijnProjecten ( ) : void

Beheer de lijst met mijn projecten

Nieuw ( SystemRole rol ) : void

Nieuwe gebruiker aan maken

ProjectToevoegenAanShortList ( [ project ) : void

ProjectVerwijderenVanShortList ( [ projectShortList ) : void

Save ( [ gebruiker, [ avatar ) : void

Saved een nieuwe of bestaande gebruiker.

Upload ( System.Web.HttpPostedFile postedFile ) : void

Upload plaatje om avatar van te maken

Method Details

GebruikersProfiel() public méthode

Instellen gebruikersprofiel
public GebruikersProfiel ( ) : void
Résultat void

Index() public méthode

Index
public Index ( ) : void
Résultat void

Index() public méthode

Gebruikers beheer vanuit een project
public Index ( [ sprint ) : void
sprint [
Résultat void

ListGebruikers() public méthode

Geeft een lijst terug met gebruikers aan de hand van de systeem rol
public ListGebruikers ( SystemRole rol ) : void
rol SystemRole
Résultat void

LoadGebruiker() public méthode

Laad de gebruiker
public LoadGebruiker ( [ gebruiker ) : void
gebruiker [
Résultat void

MijnProjecten() public méthode

Beheer de lijst met mijn projecten
public MijnProjecten ( ) : void
Résultat void

Nieuw() public méthode

Nieuwe gebruiker aan maken
public Nieuw ( SystemRole rol ) : void
rol SystemRole
Résultat void

ProjectToevoegenAanShortList() public méthode

public ProjectToevoegenAanShortList ( [ project ) : void
project [
Résultat void

ProjectVerwijderenVanShortList() public méthode

public ProjectVerwijderenVanShortList ( [ projectShortList ) : void
projectShortList [
Résultat void

Save() public méthode

Saved een nieuwe of bestaande gebruiker.
public Save ( [ gebruiker, [ avatar ) : void
gebruiker [
avatar [
Résultat void

Upload() public méthode

Upload plaatje om avatar van te maken
public Upload ( System.Web.HttpPostedFile postedFile ) : void
postedFile System.Web.HttpPostedFile
Résultat void