ODataNavigationLinkWithItems Class

 

Encapsulates an ODataNavigationLink and the list of nested items.

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

System::Object
  System.Web.OData.Formatter.Deserialization::ODataItemBase
    System.Web.OData.Formatter.Deserialization::ODataNavigationLinkWithItems

public ref class ODataNavigationLinkWithItems sealed : ODataItemBase

NameDescription
System_CAPS_pubmethodODataNavigationLinkWithItems(ODataNavigationLink^)

Initializes a new instance of ODataNavigationLinkWithItems.

NameDescription
System_CAPS_pubpropertyItem

Gets the wrapped ODataItem.(Inherited from ODataItemBase.)

System_CAPS_pubpropertyNavigationLink

Gets the wrapped ODataNavigationLink.

System_CAPS_pubpropertyNestedItems

Gets the nested items that are part of this navigation link.

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

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.

Return to top
Show: