Table of Contents

Class ODataFeedWithEntries

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

Encapsulates an Microsoft.Data.OData.ODataFeed and the Microsoft.Data.OData.ODataEntry's that are part of it.

public sealed class ODataFeedWithEntries : ODataItemBase
Inheritance
ODataFeedWithEntries
Inherited Members

Constructors

ODataFeedWithEntries(ODataFeed)

Initializes a new instance of ODataFeedWithEntries.

public ODataFeedWithEntries(ODataFeed item)

Parameters

item ODataFeed

The wrapped item.

Properties

Entries

Gets the nested entries of this feed.

public IList<ODataEntryWithNavigationLinks> Entries { get; }

Property Value

IList<ODataEntryWithNavigationLinks>

Feed

Gets the wrapped Microsoft.Data.OData.ODataFeed.

public ODataFeed Feed { get; }

Property Value

ODataFeed