Method | 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 |
public Badge ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | BadgeId |
return | System.Web.Mvc.ActionResult |
public Criteria ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | Badge Id |
return | System.Web.Mvc.ActionResult |
public PublicController ( IRepositoryFactory repositoryFactory ) : System | ||
repositoryFactory | IRepositoryFactory | |
return | System |