Table of Contents

Class ODataEntryWithNavigationLinks

Namespace
System.Web.Http.OData.Formatter.Deserialization
Assembly
System.Web.Http.OData.dll

Encapuslates an Microsoft.Data.OData.ODataEntry and the inner navigation links.

public sealed class ODataEntryWithNavigationLinks : ODataItemBase
Inheritance
ODataEntryWithNavigationLinks
Inherited Members

Constructors

Initializes a new instance of ODataEntryWithNavigationLinks.

public ODataEntryWithNavigationLinks(ODataEntry item)

Parameters

item ODataEntry

The wrapped item.

Properties

Entry

Gets the wrapped Microsoft.Data.OData.ODataEntry.

public ODataEntry Entry { get; }

Property Value

ODataEntry

Gets the inner navigation links.

public IList<ODataNavigationLinkWithItems> NavigationLinks { get; }

Property Value

IList<ODataNavigationLinkWithItems>