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
formatter
Type: System.Net.Http.Formatting.MediaTypeFormatterThe MediaTypeFormatter that this TableContractResolver is associated with.
See Also
TableContractResolver Class
Microsoft.WindowsAzure.Mobile.Service.Serialization Namespace
Return to top