Share via


TableContractResolver Constructor (MediaTypeFormatter)

 

Initializes a new instance of the TableContractResolver class with a given formatter.

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

Syntax

public TableContractResolver(
    MediaTypeFormatter formatter
)
public:
TableContractResolver(
    MediaTypeFormatter^ formatter
)
new : 
        formatter:MediaTypeFormatter -> TableContractResolver
Public Sub New (
    formatter As MediaTypeFormatter
)

Parameters

See Also

TableContractResolver Class
Microsoft.WindowsAzure.Mobile.Service.Serialization Namespace

Return to top