C# Class NetMud.Controllers.GameAdmin.HelpController

Inheritance: Controller
Afficher le fichier Open project: SwiftAusterity/NetMud

Méthodes publiques

Méthode Description
HelpController ( ) : System.Web
HelpController ( ApplicationUserManager userManager ) : System.Web
Index ( string SearchTerms = "", int CurrentPageNumber = 1, int ItemsPerPage = 20 ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Add ( ) : System.Web.Mvc.ActionResult
Add ( string newName, string newHelpText ) : System.Web.Mvc.ActionResult
Edit ( long id ) : System.Web.Mvc.ActionResult
Edit ( string newName, string newHelpText, long id ) : System.Web.Mvc.ActionResult
Remove ( long ID, string authorize ) : System.Web.Mvc.ActionResult

Method Details

HelpController() public méthode

public HelpController ( ) : System.Web
Résultat System.Web

HelpController() public méthode

public HelpController ( ApplicationUserManager userManager ) : System.Web
userManager ApplicationUserManager
Résultat System.Web

Index() public méthode

public Index ( string SearchTerms = "", int CurrentPageNumber = 1, int ItemsPerPage = 20 ) : System.Web.Mvc.ActionResult
SearchTerms string
CurrentPageNumber int
ItemsPerPage int
Résultat System.Web.Mvc.ActionResult