C# Класс MovingScrewdriver.Web.Controllers.PostsPagingController

Наследование: AbstractController
Показать файл Открыть проект

Защищенные методы

Метод Описание
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

Описание методов

FilteredPagedResult() защищенный Метод

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
Результат System.Web.Mvc.ActionResult

OnActionExecuted() защищенный Метод

protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
Результат void

OnActionExecuting() защищенный Метод

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Результат void

PagedResult() защищенный Метод

protected PagedResult ( int totalRecords, IEnumerable posts ) : System.Web.Mvc.ActionResult
totalRecords int
posts IEnumerable
Результат System.Web.Mvc.ActionResult