ODataDeserializerContext Class

 

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

Namespace:   System.Web.Http.OData.Formatter.Deserialization
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

System::Object
  System.Web.Http.OData.Formatter.Deserialization::ODataDeserializerContext

public ref class ODataDeserializerContext 

NameDescription
System_CAPS_pubpropertyModel

Gets or sets the EDM model associated with the request.

System_CAPS_pubpropertyPath

Gets or sets the ODataPath of the request.

System_CAPS_pubpropertyRequest

Gets or sets the HTTP Request that is being deserialized.

System_CAPS_pubpropertyRequestContext

Gets or sets the request context.

System_CAPS_pubpropertyResourceEdmType

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

System_CAPS_pubpropertyResourceType

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: