C# 클래스 NetMud.Controllers.GameAdmin.DimensionalModelController

상속: Controller
파일 보기 프로젝트 열기: SwiftAusterity/NetMud

공개 메소드들

메소드 설명
DimensionalModelController ( ) : System
DimensionalModelController ( ApplicationUserManager userManager ) : System
Index ( string SearchTerms = "", int CurrentPageNumber = 1, int ItemsPerPage = 20 ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
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

메소드 상세

DimensionalModelController() 공개 메소드

public DimensionalModelController ( ) : System
리턴 System

DimensionalModelController() 공개 메소드

public DimensionalModelController ( ApplicationUserManager userManager ) : System
userManager ApplicationUserManager
리턴 System

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