ODataNavigationLinkWithItems Class
Encapsulates an ODataNavigationLink and the list of nested items.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
System.Web.Http.OData.Formatter.Deserialization::ODataItemBase
System.Web.Http.OData.Formatter.Deserialization::ODataNavigationLinkWithItems
| Name | Description | |
|---|---|---|
![]() | ODataNavigationLinkWithItems(ODataNavigationLink^) | Initializes a new instance of ODataNavigationLinkWithItems. |
| Name | Description | |
|---|---|---|
![]() | Item | Gets the wrapped ODataItem. (Inherited from ODataItemBase.) |
![]() | NavigationLink | Gets the wrapped ODataNavigationLink. |
![]() | NestedItems | Gets the nested items that are part of this navigation link. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
A navigation link for a singleton navigation property can only contain one item - either ODataEntry or ODataEntityReferenceLink. A navigation link for a collection navigation property can contain any number of items - each is either ODataFeed or ODataEntityReferenceLink.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

