Share via


TableControllerConfigProvider Class

 

Customizes settings for TableController<TData> derived controllers.

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

Inheritance Hierarchy

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

Syntax

public class TableControllerConfigProvider : ITableControllerConfigProvider
public ref class TableControllerConfigProvider : ITableControllerConfigProvider
type TableControllerConfigProvider = 
    class
        interface ITableControllerConfigProvider
    end
Public Class TableControllerConfigProvider
    Implements ITableControllerConfigProvider

Constructors

Name Description
System_CAPS_pubmethod TableControllerConfigProvider()

Methods

Name Description
System_CAPS_pubmethod Configure(HttpControllerSettings, HttpControllerDescriptor)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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

Microsoft.WindowsAzure.Mobile.Service.Tables Namespace

Return to top