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.
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.ODataEntry- The wrapped item. 
See Also
ODataEntryWithNavigationLinks Class
System.Web.Http.OData.Formatter.Deserialization Namespace
Return to top