C# Class NetMud.Controllers.GameAdmin.InanimateController

Inheritance: Controller
Exibir arquivo Open project: SwiftAusterity/NetMud

Public Methods

Method 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

Method 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 method

public InanimateController ( ) : System.Collections.Generic
return System.Collections.Generic

InanimateController() public method

public InanimateController ( ApplicationUserManager userManager ) : System.Collections.Generic
userManager ApplicationUserManager
return System.Collections.Generic

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