ODataEntryWithNavigationLinks Class
Encapuslates an ODataEntry and the inner navigation links.
Namespace: System.Web.Http.OData.Formatter.Deserialization
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Formatter.Deserialization.ODataItemBase
System.Web.Http.OData.Formatter.Deserialization.ODataEntryWithNavigationLinks
Syntax
public sealed class ODataEntryWithNavigationLinks : ODataItemBase
public ref class ODataEntryWithNavigationLinks sealed : ODataItemBase
[<Sealed>]
type ODataEntryWithNavigationLinks =
class
inherit ODataItemBase
end
Public NotInheritable Class ODataEntryWithNavigationLinks
Inherits ODataItemBase
Constructors
Name | Description | |
---|---|---|
ODataEntryWithNavigationLinks(ODataEntry) | Initializes a new instance of ODataEntryWithNavigationLinks. |
Properties
Name | Description | |
---|---|---|
Entry | Gets the wrapped ODataEntry. |
|
Item | Gets the wrapped ODataItem. (Inherited from ODataItemBase.) |
|
NavigationLinks | Gets the inner navigation links. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Http.OData.Formatter.Deserialization Namespace
Return to top