ODataDeserializerContext.ResourceEdmType Property
Gets or sets the IEdmTypeReference of the top-level object the request needs to be deserialized into.
Namespace: System.Web.OData.Formatter.Deserialization
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmTypeReference ResourceEdmType {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property IEdmTypeReference^ ResourceEdmType {
[CompilerGeneratedAttribute]
IEdmTypeReference^ get();
[CompilerGeneratedAttribute]
void set(IEdmTypeReference^ value);
}
member ResourceEdmType : IEdmTypeReference with get, set
Public Property ResourceEdmType As IEdmTypeReference
Property Value
Type: Microsoft.OData.Edm.IEdmTypeReference
See Also
ODataDeserializerContext Class
System.Web.OData.Formatter.Deserialization Namespace
Return to top