TableContractResolver.GetDeltaContract Method (Type)

 

Creates a contract for a type of Delta<TEntityType>.

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

protected virtual JsonContract GetDeltaContract(
	Type objectType
)

Parameters

objectType
Type: System.Type

The type to provide a contract for.

Return Value

Type: Newtonsoft.Json.Serialization.JsonContract

A JsonContract for the given type.

Return to top
Show: