Метод | Описание | |
---|---|---|
AssertionController ( IRepositoryFactory repositoryFactory ) : System | ||
Badge ( System.Guid id ) : System.Web.Mvc.ActionResult |
Returns info about a badge itself
|
|
Organization ( ) : System.Web.Mvc.ActionResult |
Return information about who issued a badge
|
|
UserBadge ( System.Guid id ) : System.Web.Mvc.ActionResult |
returns information about a specific badge awarded to a specific user
|
Метод | Описание | |
---|---|---|
AbsoluteUrl ( string action, string controller = null, System.Guid id = null ) : string | ||
GetUnixTime ( System.DateTime time ) : int | ||
HashString ( string original ) : string |
public AssertionController ( IRepositoryFactory repositoryFactory ) : System | ||
repositoryFactory | IRepositoryFactory | |
Результат | System |
public Badge ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | locally unique id of the badge |
Результат | System.Web.Mvc.ActionResult |
public Organization ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public UserBadge ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | Id of badge submission/award |
Результат | System.Web.Mvc.ActionResult |