Share via


ODataDeserializerContext Class

Definition

This class encapsulates the state and settings that get passed to ODataDeserializer from the ODataMediaTypeFormatter.

public class ODataDeserializerContext
type ODataDeserializerContext = class
Public Class ODataDeserializerContext
Inheritance
ODataDeserializerContext

Constructors

ODataDeserializerContext()

Properties

Model

Gets or sets the EDM model associated with the request.

Path

Gets or sets the ODataPath of the request.

Request

Gets or sets the HTTP Request that is being deserialized.

RequestContext

Gets or sets the request context.

ResourceEdmType

Gets or sets the IEdmTypeReference of the top-level object the request needs to be deserialized into.

ResourceType

Gets or sets the type of the top-level object the request needs to be deserialized into.

Applies to