ODataEntryWithNavigationLinks Class
Encapuslates an ODataEntry and the inner navigation links.
Assembly: System.Web.OData (in System.Web.OData.dll)
System::Object
System.Web.OData.Formatter.Deserialization::ODataItemBase
System.Web.OData.Formatter.Deserialization::ODataEntryWithNavigationLinks
System.Web.OData.Formatter.Deserialization::ODataItemBase
System.Web.OData.Formatter.Deserialization::ODataEntryWithNavigationLinks
| Name | Description | |
|---|---|---|
![]() | ODataEntryWithNavigationLinks(ODataEntry^) | Initializes a new instance of ODataEntryWithNavigationLinks. |
| Name | Description | |
|---|---|---|
![]() | Entry | Gets the wrapped ODataEntry. |
![]() | Item | Gets the wrapped ODataItem.(Inherited from ODataItemBase.) |
![]() | NavigationLinks | Gets the inner navigation links. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

