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)

public TableContractResolver(
	MediaTypeFormatter formatter
)

Parameters

formatter
Type: System.Net.Http.Formatting.MediaTypeFormatter

The MediaTypeFormatter that this TableContractResolver is associated with.

Return to top
Show: