ITableControllerConfigProvider Interface

 

Provides an abstraction for performing configuration customizations for TableController<TData> derived controllers. An implementation can be registered via the T:System.Web.Http.Services.DependencyResolver.

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

public interface class ITableControllerConfigProvider

NameDescription
System_CAPS_pubmethodConfigure(HttpControllerSettings^, HttpControllerDescriptor^)

Configures the settings specific for controllers of type TableController<TData>.

Return to top
Show: