Class ODataFeedWithEntries
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
ODataFeedThe wrapped item.
Properties
Entries
Gets the nested entries of this feed.
public IList<ODataEntryWithNavigationLinks> Entries { get; }
Property Value
Feed
Gets the wrapped Microsoft.Data.OData.ODataFeed.
public ODataFeed Feed { get; }
Property Value
- ODataFeed