C# Класс NetMud.Controllers.GameAdmin.ConstantsController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
ConstantsController ( ) : System.Collections.Generic
ConstantsController ( ApplicationUserManager userManager ) : System.Collections.Generic
Index ( string SearchTerms = "", int CurrentPageNumber = 1, int ItemsPerPage = 20 ) : System.Web.Mvc.ActionResult

Приватные методы

Метод Описание
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

Описание методов

ConstantsController() публичный Метод

public ConstantsController ( ) : System.Collections.Generic
Результат System.Collections.Generic

ConstantsController() публичный Метод

public ConstantsController ( ApplicationUserManager userManager ) : System.Collections.Generic
userManager ApplicationUserManager
Результат System.Collections.Generic

Index() публичный Метод

public Index ( string SearchTerms = "", int CurrentPageNumber = 1, int ItemsPerPage = 20 ) : System.Web.Mvc.ActionResult
SearchTerms string
CurrentPageNumber int
ItemsPerPage int
Результат System.Web.Mvc.ActionResult