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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Add ( ) : System.Web.Mvc.ActionResult
Add ( AddEditInanimateDataViewModel vModel ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id, AddEditInanimateDataViewModel vModel ) : System.Web.Mvc.ActionResult
Remove ( long ID, string authorize ) : System.Web.Mvc.ActionResult

메소드 상세

InanimateController() 공개 메소드

public InanimateController ( ) : System.Collections.Generic
리턴 System.Collections.Generic

InanimateController() 공개 메소드

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