C# Класс MvcApi.Filters.QueryableFilterProvider

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

Открытые методы

Метод Описание
GetFilters ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : IEnumerable
QueryableFilterProvider ( ) : System

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

Метод Описание
GetQueryableFilters ( System.Web.Mvc.ControllerContext controllerContext, ApiActionDescriptor actionDescriptor ) : IEnumerable

Приватные методы

Метод Описание
GetQueryElementTypeOrNull ( Type returnType ) : Type

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

GetFilters() публичный Метод

public GetFilters ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : IEnumerable
controllerContext System.Web.Mvc.ControllerContext
actionDescriptor System.Web.Mvc.ActionDescriptor
Результат IEnumerable

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

protected GetQueryableFilters ( System.Web.Mvc.ControllerContext controllerContext, ApiActionDescriptor actionDescriptor ) : IEnumerable
controllerContext System.Web.Mvc.ControllerContext
actionDescriptor ApiActionDescriptor
Результат IEnumerable

QueryableFilterProvider() публичный Метод

public QueryableFilterProvider ( ) : System
Результат System