C# Class NetMud.Controllers.GameAdmin.ConstantsController

Inheritance: Controller
Exibir arquivo Open project: SwiftAusterity/NetMud

Public Methods

Method Description
ConstantsController ( ) : System.Collections.Generic
ConstantsController ( 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 ( AddEditConstantsViewModel vModel ) : System.Web.Mvc.ActionResult
Edit ( long id ) : System.Web.Mvc.ActionResult
Edit ( long id, AddEditConstantsViewModel vModel ) : System.Web.Mvc.ActionResult
Remove ( long ID, string authorize ) : System.Web.Mvc.ActionResult

Method Details

ConstantsController() public method

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

ConstantsController() public method

public ConstantsController ( 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