C# Class HaloShare.Areas.Admin.Controllers.GameVariantController

Inheritance: HaloShare.Controllers.BaseController
Show file Open project: ElDewrito/HaloShare

Public Methods

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

Private Methods

Method Description
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

Method Details

Index() public method

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
return System.Web.Mvc.ActionResult