QueryFilterProvider Class
An implementation of IFilterProvider that applies an action filter to any action with an IQueryable or IQueryable<T> return type that doesn't bind a parameter of type ODataQueryOptions.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Query.QueryFilterProvider
Syntax
public class QueryFilterProvider : IFilterProvider
public ref class QueryFilterProvider : IFilterProvider
type QueryFilterProvider =
class
interface IFilterProvider
end
Public Class QueryFilterProvider
Implements IFilterProvider
Constructors
Name | Description | |
---|---|---|
QueryFilterProvider(IActionFilter) | Initializes a new instance of the QueryFilterProvider class. |
Properties
Name | Description | |
---|---|---|
QueryFilter | Gets the action filter that executes the query. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetFilters(HttpConfiguration, HttpActionDescriptor) | Provides filters to apply to the specified action. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Http.OData.Query Namespace
Return to top