C# Class NetMud.Controllers.GameAdmin.PlayerController

Inheritance: Controller
ファイルを表示 Open project: SwiftAusterity/NetMud

Public Methods

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

Private Methods

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

Method Details

Index() public method

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

PlayerController() public method

public PlayerController ( ) : System.Linq
return System.Linq

PlayerController() public method

public PlayerController ( ApplicationUserManager userManager ) : System.Linq
userManager ApplicationUserManager
return System.Linq