Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ODataEdmTypeDeserializer for the given EDM type.
Namespace: System.Web.Http.OData.Formatter.Deserialization
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public abstract ODataEdmTypeDeserializer GetEdmTypeDeserializer(
IEdmTypeReference edmType
)
public:
virtual ODataEdmTypeDeserializer^ GetEdmTypeDeserializer(
IEdmTypeReference^ edmType
) abstract
abstract GetEdmTypeDeserializer :
edmType:IEdmTypeReference -> ODataEdmTypeDeserializer
Public MustOverride Function GetEdmTypeDeserializer (
edmType As IEdmTypeReference
) As ODataEdmTypeDeserializer
Parameters
edmType
Type: Microsoft.Data.Edm.IEdmTypeReferenceThe EDM type.
Return Value
Type: System.Web.Http.OData.Formatter.Deserialization.ODataEdmTypeDeserializer
An ODataEdmTypeDeserializer that can deserialize the given EDM type.
See Also
ODataDeserializerProvider Class
System.Web.Http.OData.Formatter.Deserialization Namespace
Return to top