Share via


ODataEntryWithNavigationLinks Class

 

Encapuslates an ODataEntry and the inner navigation links.

Namespace:   System.Web.OData.Formatter.Deserialization
Assembly:  System.Web.OData (in System.Web.OData.dll)

Inheritance Hierarchy

System.Object
  System.Web.OData.Formatter.Deserialization.ODataItemBase
    System.Web.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
System_CAPS_pubmethod ODataEntryWithNavigationLinks(ODataEntry)

Initializes a new instance of ODataEntryWithNavigationLinks.

Properties

Name Description
System_CAPS_pubproperty Entry

Gets the wrapped ODataEntry.

System_CAPS_pubproperty Item

Gets the wrapped ODataItem.(Inherited from ODataItemBase.)

System_CAPS_pubproperty NavigationLinks

Gets the inner navigation links.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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.OData.Formatter.Deserialization Namespace

Return to top