C# Class NetMud.Controllers.GameAdmin.ZoneController

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
ZoneController ( ) : System.Web
ZoneController ( ApplicationUserManager userManager ) : System.Web

Private Methods

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

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

ZoneController() public méthode

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

ZoneController() public méthode

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