메소드 | 설명 | |
---|---|---|
BadgeController ( IRepositoryFactory repositoryFactory ) : System | ||
Browse ( ) : System.Web.Mvc.ActionResult |
Browse all badges in the system
|
|
Create ( ) : System.Web.Mvc.ActionResult |
Create a new badge!
|
|
Earn ( System.Guid id ) : System.Web.Mvc.ActionResult |
Earn a badge by associating experiences and work
|
|
Fulfillments ( System.Guid id ) : System.Web.Mvc.ActionResult |
Return fulfillments for a given badge
|
|
Index ( ) : System.Web.Mvc.ActionResult | ||
MyBadges ( ) : System.Web.Mvc.ActionResult |
Shows all badges you have earned as well as badges you are working on
|
|
MyExperiences ( string filter ) : System.Web.Mvc.ActionResult |
Returns work associated with this student, optionally filtered by a 'search' string
|
|
MyWork ( string filter ) : System.Web.Mvc.ActionResult |
Returns experinces that match the work name passed in as a filter
|
메소드 | 설명 | |
---|---|---|
AssociateWorkWithCriterion ( BadgeSubmission submission, IEnumerable |
||
Create ( |
||
Earn ( System.Guid id, |
||
GetBadgeAddModel ( ) : |
||
GetWorkForExperiences ( IQueryable |
||
Submit ( System.Guid id, |
public BadgeController ( IRepositoryFactory repositoryFactory ) : System | ||
repositoryFactory | IRepositoryFactory | |
리턴 | System |
public Earn ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | Badge Id |
리턴 | System.Web.Mvc.ActionResult |
public Fulfillments ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | BadgeId |
리턴 | System.Web.Mvc.ActionResult |
public MyExperiences ( string filter ) : System.Web.Mvc.ActionResult | ||
filter | string | Currently filters by name of experience |
리턴 | System.Web.Mvc.ActionResult |
public MyWork ( string filter ) : System.Web.Mvc.ActionResult | ||
filter | string | Name of a specific work (or set of works) |
리턴 | System.Web.Mvc.ActionResult |