C# Class NetMud.Controllers.GameAdmin.ConstantsController

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

ConstantsController() public méthode

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