C# 클래스 HaloShare.Areas.Admin.Controllers.GameVariantController

상속: HaloShare.Controllers.BaseController
파일 보기 프로젝트 열기: ElDewrito/HaloShare

공개 메소드들

메소드 설명
Index ( string q, int page, int typeId, bool staffPick, string sort = "release", string order = "descending", string author = "" ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Delete ( int id ) : System.Web.Mvc.ActionResult
Delete ( int id, GameTypeVariant model ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ActionResult
Details ( int id, GameTypeVariant model ) : System.Web.Mvc.ActionResult

메소드 상세

Index() 공개 메소드

public Index ( string q, int page, int typeId, bool staffPick, string sort = "release", string order = "descending", string author = "" ) : System.Web.Mvc.ActionResult
q string
page int
typeId int
staffPick bool
sort string
order string
author string
리턴 System.Web.Mvc.ActionResult