TableContractResolver.CreateContract Method (Type)
Gets the contract for a given type. The type Delta<TEntityType> is treated specially whereas all other types are handled by the base class.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
Parameters
- objectType
-
Type:
System.Type
The type to get the contract for.
Return Value
Type: Newtonsoft.Json.Serialization.JsonContractA JsonContract for the given type.
Show: