Class ODataEntryWithNavigationLinks
Encapuslates an Microsoft.Data.OData.ODataEntry and the inner navigation links.
public sealed class ODataEntryWithNavigationLinks : ODataItemBase
- Inheritance
-
ODataEntryWithNavigationLinks
- Inherited Members
Constructors
ODataEntryWithNavigationLinks(ODataEntry)
Initializes a new instance of ODataEntryWithNavigationLinks.
public ODataEntryWithNavigationLinks(ODataEntry item)
Parameters
item
ODataEntryThe wrapped item.
Properties
Entry
Gets the wrapped Microsoft.Data.OData.ODataEntry.
public ODataEntry Entry { get; }
Property Value
- ODataEntry
NavigationLinks
Gets the inner navigation links.
public IList<ODataNavigationLinkWithItems> NavigationLinks { get; }