Share via


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)

Syntax

protected virtual JsonContract GetDeltaContract(
    Type objectType
)
protected:
virtual JsonContract^ GetDeltaContract(
    Type^ objectType
)
abstract GetDeltaContract : 
        objectType:Type -> JsonContract
override GetDeltaContract : 
        objectType:Type -> JsonContract
Protected Overridable Function GetDeltaContract (
    objectType As Type
) As JsonContract

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.

See Also

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

Return to top