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)

Syntax

public interface ITableControllerConfigProvider
public interface class ITableControllerConfigProvider
type ITableControllerConfigProvider = interface end
Public Interface ITableControllerConfigProvider

Methods

Name Description
System_CAPS_pubmethod Configure(HttpControllerSettings, HttpControllerDescriptor)

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

See Also

Microsoft.WindowsAzure.Mobile.Service.Tables Namespace

Return to top