C# Class NetMud.Controllers.GameAdmin.DimensionalModelController

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

Méthodes publiques

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

Private Methods

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

Method Details

DimensionalModelController() public méthode

public DimensionalModelController ( ) : System
Résultat System

DimensionalModelController() public méthode

public DimensionalModelController ( ApplicationUserManager userManager ) : System
userManager ApplicationUserManager
Résultat System

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