ODataDeserializerContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |