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.OData.Query
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData.Query::QueryFilterProvider

public ref class QueryFilterProvider : IFilterProvider

NameDescription
System_CAPS_pubmethodQueryFilterProvider(IActionFilter^)

Initializes a new instance of the QueryFilterProvider class.

NameDescription
System_CAPS_pubpropertyQueryFilter

Gets the action filter that executes the query.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetFilters(HttpConfiguration^, HttpActionDescriptor^)

Provides filters to apply to the specified action.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: