Method | Description | |
---|---|---|
ChangeLanguage ( long contentPageId, string culture ) : System.Web.Mvc.ActionResult | ||
DynamicGridData ( int page, int rows, string search, string sidx, string sord ) : System.Web.Mvc.JsonResult | ||
Edit ( long id ) : System.Web.Mvc.ActionResult | ||
Edit ( long id, Core contentPageModel ) : System.Web.Mvc.ActionResult | ||
New ( ) : System.Web.Mvc.ActionResult | ||
New ( Core contentPage ) : System.Web.Mvc.ActionResult | ||
Remove ( long id ) : System.Web.Mvc.ActionResult | ||
ShowAll ( ) : System.Web.Mvc.ActionResult | ||
T4MVC_ContentPageController ( ) : System |
public ChangeLanguage ( long contentPageId, string culture ) : System.Web.Mvc.ActionResult | ||
contentPageId | long | |
culture | string | |
return | System.Web.Mvc.ActionResult |
public DynamicGridData ( 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 |
public Edit ( long id ) : System.Web.Mvc.ActionResult | ||
id | long | |
return | System.Web.Mvc.ActionResult |
public Edit ( long id, Core contentPageModel ) : System.Web.Mvc.ActionResult | ||
id | long | |
contentPageModel | Core | |
return | System.Web.Mvc.ActionResult |
public New ( Core contentPage ) : System.Web.Mvc.ActionResult | ||
contentPage | Core | |
return | System.Web.Mvc.ActionResult |
public Remove ( long id ) : System.Web.Mvc.ActionResult | ||
id | long | |
return | System.Web.Mvc.ActionResult |
public ShowAll ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public T4MVC_ContentPageController ( ) : System | ||
return | System |