C# Class Core.WebContent.Controllers.T4MVC_WebContentCategoryController

Inheritance: Core.WebContent.Controllers.WebContentCategoryController
Show file Open project: coreframework/Core-Framework

Public Methods

Method Description
ApplyPermissions ( Core model ) : System.Web.Mvc.ActionResult
ChangeLanguage ( long categoryId, string culture ) : System.Web.Mvc.ActionResult
Edit ( long categoryId ) : System.Web.Mvc.ActionResult
LoadData ( int page, int rows, string search, string sidx, string sord ) : System.Web.Mvc.JsonResult
New ( ) : System.Web.Mvc.ActionResult
New ( Core category ) : System.Web.Mvc.ActionResult
Remove ( long categoryId ) : System.Web.Mvc.ActionResult
Save ( Core model ) : System.Web.Mvc.ActionResult
Show ( ) : System.Web.Mvc.ActionResult
ShowPermissions ( long categoryId ) : System.Web.Mvc.ActionResult
T4MVC_WebContentCategoryController ( ) : System

Method Details

ApplyPermissions() public method

public ApplyPermissions ( Core model ) : System.Web.Mvc.ActionResult
model Core
return System.Web.Mvc.ActionResult

ChangeLanguage() public method

public ChangeLanguage ( long categoryId, string culture ) : System.Web.Mvc.ActionResult
categoryId long
culture string
return System.Web.Mvc.ActionResult

Edit() public method

public Edit ( long categoryId ) : System.Web.Mvc.ActionResult
categoryId long
return System.Web.Mvc.ActionResult

LoadData() public method

public LoadData ( int page, int rows, string search, string sidx, string sord ) : System.Web.Mvc.JsonResult
page int
rows int
search string
sidx string
sord string
return System.Web.Mvc.JsonResult

New() public method

public New ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

New() public method

public New ( Core category ) : System.Web.Mvc.ActionResult
category Core
return System.Web.Mvc.ActionResult

Remove() public method

public Remove ( long categoryId ) : System.Web.Mvc.ActionResult
categoryId long
return System.Web.Mvc.ActionResult

Save() public method

public Save ( Core model ) : System.Web.Mvc.ActionResult
model Core
return System.Web.Mvc.ActionResult

Show() public method

public Show ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ShowPermissions() public method

public ShowPermissions ( long categoryId ) : System.Web.Mvc.ActionResult
categoryId long
return System.Web.Mvc.ActionResult

T4MVC_WebContentCategoryController() public method

public T4MVC_WebContentCategoryController ( ) : System
return System