C# Class NetMud.Controllers.GameAdmin.InanimateController

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

Méthodes publiques

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

Private Methods

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

Method Details

InanimateController() public méthode

public InanimateController ( ) : System.Collections.Generic
Résultat System.Collections.Generic

InanimateController() public méthode

public InanimateController ( ApplicationUserManager userManager ) : System.Collections.Generic
userManager ApplicationUserManager
Résultat System.Collections.Generic

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