C# Class MovingScrewdriver.Web.Controllers.PostsPagingController

Inheritance: AbstractController
Mostrar archivo Open project: Gutek/MovingScrewdriver

Protected Methods

Method Description
FilteredPagedResult ( Raven.Client.RavenQueryStatistics stats, IQueryable query, string slug, string>.Func resolveSlug ) : System.Web.Mvc.ActionResult
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
PagedResult ( int totalRecords, IEnumerable posts ) : System.Web.Mvc.ActionResult

Method Details

FilteredPagedResult() protected method

protected FilteredPagedResult ( Raven.Client.RavenQueryStatistics stats, IQueryable query, string slug, string>.Func resolveSlug ) : System.Web.Mvc.ActionResult
stats Raven.Client.RavenQueryStatistics
query IQueryable
slug string
resolveSlug string>.Func
return System.Web.Mvc.ActionResult

OnActionExecuted() protected method

protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
return void

OnActionExecuting() protected method

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
return void

PagedResult() protected method

protected PagedResult ( int totalRecords, IEnumerable posts ) : System.Web.Mvc.ActionResult
totalRecords int
posts IEnumerable
return System.Web.Mvc.ActionResult