ODataEntryWithNavigationLinks Constructor (ODataEntry)
Initializes a new instance of ODataEntryWithNavigationLinks.
Namespace: System.Web.Http.OData.Formatter.Deserialization
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ODataEntryWithNavigationLinks(
ODataEntry item
)
public:
ODataEntryWithNavigationLinks(
ODataEntry^ item
)
new :
item:ODataEntry -> ODataEntryWithNavigationLinks
Public Sub New (
item As ODataEntry
)
Parameters
item
Type: Microsoft.Data.OData.ODataEntryThe wrapped item.
See Also
ODataEntryWithNavigationLinks Class
System.Web.Http.OData.Formatter.Deserialization Namespace
Return to top