Share via


TableExtensionConfig Class

 

Provides custom initialization for the TableController<TData> class initializing ASP.NET Web API formatters and more.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Config.TableExtensionConfig

Syntax

public class TableExtensionConfig : IExtensionConfigProvider
public ref class TableExtensionConfig : IExtensionConfigProvider
type TableExtensionConfig = 
    class
        interface IExtensionConfigProvider
    end
Public Class TableExtensionConfig
    Implements IExtensionConfigProvider

Constructors

Name Description
System_CAPS_pubmethod TableExtensionConfig()

Methods

Name Description
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_pubmethod Initialize(HttpConfiguration, ContainerBuilder)

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.Config Namespace

Return to top