Partager via


TableContractResolver.GetDeltaContract(Type) Méthode

Définition

Crée un contrat pour un type de System.Web.Http.OData.Delta`1.

protected virtual Newtonsoft.Json.Serialization.JsonContract GetDeltaContract (Type objectType);
abstract member GetDeltaContract : Type -> Newtonsoft.Json.Serialization.JsonContract
override this.GetDeltaContract : Type -> Newtonsoft.Json.Serialization.JsonContract
Protected Overridable Function GetDeltaContract (objectType As Type) As JsonContract

Paramètres

objectType
Type

Type pour lequel fournir un contrat.

Retours

Newtonsoft.Json.Serialization.JsonContract

pour Newtonsoft.Json.Serialization.JsonContract le type donné.

S’applique à