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)

System::Object
  System.Web.Http.OData.Formatter.Deserialization::ODataItemBase
    System.Web.Http.OData.Formatter.Deserialization::ODataEntryWithNavigationLinks

public ref class ODataEntryWithNavigationLinks sealed : ODataItemBase

NameDescription
System_CAPS_pubmethodODataEntryWithNavigationLinks(ODataEntry^)

Initializes a new instance of ODataEntryWithNavigationLinks.

NameDescription
System_CAPS_pubpropertyEntry

Gets the wrapped ODataEntry.

System_CAPS_pubpropertyItem

Gets the wrapped ODataItem. (Inherited from ODataItemBase.)

System_CAPS_pubpropertyNavigationLinks

Gets the inner navigation links.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: