C# Class Badges.Controllers.PublicController

Controller for the Public class
Inheritance: ApplicationController
Afficher le fichier Open project: ucdavis/Badges

Méthodes publiques

Méthode Description
Badge ( System.Guid id ) : System.Web.Mvc.ActionResult

Public view of a badge, with associated work and experiences

Criteria ( System.Guid id ) : System.Web.Mvc.ActionResult

Public view of the criteria associated with a badge

PublicController ( IRepositoryFactory repositoryFactory ) : System

Method Details

Badge() public méthode

Public view of a badge, with associated work and experiences
public Badge ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid BadgeId
Résultat System.Web.Mvc.ActionResult

Criteria() public méthode

Public view of the criteria associated with a badge
public Criteria ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid Badge Id
Résultat System.Web.Mvc.ActionResult

PublicController() public méthode

public PublicController ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory
Résultat System