C# Class UI.Controllers.T4MVC_AchievementController

Inheritance: UI.Controllers.AchievementController
Afficher le fichier Open project: NemeStats/NemeStats

Méthodes publiques

Méthode Description
T4MVC_AchievementController ( ) : System

Private Methods

Méthode Description
Details ( BusinessLogic achievementId, BusinessLogic currentUser ) : System.Web.Mvc.ActionResult
DetailsForCurrentUser ( BusinessLogic achievementId, BusinessLogic currentUser ) : System.Web.Mvc.ActionResult
DetailsForCurrentUserOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, BusinessLogic achievementId, BusinessLogic currentUser ) : void
DetailsOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, BusinessLogic achievementId, BusinessLogic currentUser ) : void
Index ( BusinessLogic currentUser ) : System.Web.Mvc.ActionResult
IndexOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, BusinessLogic currentUser ) : void
PlayerAchievement ( BusinessLogic achievementId, int playerId ) : System.Web.Mvc.ActionResult
PlayerAchievementOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, BusinessLogic achievementId, int playerId ) : void
RecentAchievementsUnlocked ( int page ) : System.Web.Mvc.ActionResult
RecentAchievementsUnlockedOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int page ) : void

Method Details

T4MVC_AchievementController() public méthode

public T4MVC_AchievementController ( ) : System
Résultat System