ODataResourceDeserializer.ApplyStructuralProperty Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Désérialise le donné structuralProperty
en resource
.
public virtual void ApplyStructuralProperty (object resource, Microsoft.OData.ODataProperty structuralProperty, Microsoft.OData.Edm.IEdmStructuredTypeReference structuredType, Microsoft.AspNet.OData.Formatter.Deserialization.ODataDeserializerContext readContext);
abstract member ApplyStructuralProperty : obj * Microsoft.OData.ODataProperty * Microsoft.OData.Edm.IEdmStructuredTypeReference * Microsoft.AspNet.OData.Formatter.Deserialization.ODataDeserializerContext -> unit
override this.ApplyStructuralProperty : obj * Microsoft.OData.ODataProperty * Microsoft.OData.Edm.IEdmStructuredTypeReference * Microsoft.AspNet.OData.Formatter.Deserialization.ODataDeserializerContext -> unit
Public Overridable Sub ApplyStructuralProperty (resource As Object, structuralProperty As ODataProperty, structuredType As IEdmStructuredTypeReference, readContext As ODataDeserializerContext)
Paramètres
- resource
- Object
Objet dans lequel la propriété structurelle doit être lue.
- structuralProperty
- ODataProperty
Propriété structurelle.
- structuredType
- IEdmStructuredTypeReference
Type de la ressource.
- readContext
- ODataDeserializerContext
Contexte du désérialiseur.