C# Class Purchasing.Mvc.Controllers.OrganizationController

Inheritance: ApplicationController
Afficher le fichier Open project: ucdavis/Purchasing

Méthodes publiques

Méthode Description
Details ( string id ) : System.Web.Mvc.ActionResult

Display details for an org that a user has access to.

Index ( ) : System.Web.Mvc.ActionResult

Display list of orgs, that the current user is a dept admin for

OrganizationController ( string>.IRepositoryWithTypedId organizationRepository, IQueryRepositoryFactory queryRepositoryFactory, ISecurityService securityService ) : System

Method Details

Details() public méthode

Display details for an org that a user has access to.
public Details ( string id ) : System.Web.Mvc.ActionResult
id string Organization id
Résultat System.Web.Mvc.ActionResult

Index() public méthode

Display list of orgs, that the current user is a dept admin for
public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

OrganizationController() public méthode

public OrganizationController ( string>.IRepositoryWithTypedId organizationRepository, IQueryRepositoryFactory queryRepositoryFactory, ISecurityService securityService ) : System
organizationRepository string>.IRepositoryWithTypedId
queryRepositoryFactory IQueryRepositoryFactory
securityService ISecurityService
Résultat System