C# Class NetMud.Controllers.GameAdmin.PlayerController

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

Méthodes publiques

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

Private Methods

Méthode Description
Remove ( long ID, string authorize ) : System.Web.Mvc.ActionResult
SelectCharacter ( long CurrentlySelectedCharacter ) : System.Web.Mvc.JsonResult

Method Details

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

PlayerController() public méthode

public PlayerController ( ) : System.Linq
Résultat System.Linq

PlayerController() public méthode

public PlayerController ( ApplicationUserManager userManager ) : System.Linq
userManager ApplicationUserManager
Résultat System.Linq