TableFilterProvider Class

 

The TableFilterProvider registers specialized IActionFilter instances used by the TableController<'TData>. The filters are registered as part of the custom controller configuration which can be configured using the dependency injection engine using the type ITableControllerConfigProvider.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Tables.TableFilterProvider

type TableFilterProvider = 
    class
        interface IFilterProvider
    end

NameDescription
System_CAPS_pubmethodTableFilterProvider()

Initializes a new instance of the TableFilterProvider using the default QueryableAttribute implementation for executing the query.

System_CAPS_pubmethodTableFilterProvider(IActionFilter)

Initializes a new instance of the TableFilterProvider using the provided QueryableAttribute implementation for executing the query.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetFilters(HttpConfiguration, HttpActionDescriptor)

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: