ODataFeedWithEntries Class

 

Encapsulates an ODataFeed and the ODataEntry's that are part of it.

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::ODataFeedWithEntries

public ref class ODataFeedWithEntries sealed : ODataItemBase

NameDescription
System_CAPS_pubmethodODataFeedWithEntries(ODataFeed^)

Initializes a new instance of ODataFeedWithEntries.

NameDescription
System_CAPS_pubpropertyEntries

Gets the nested entries of this feed.

System_CAPS_pubpropertyFeed

Gets the wrapped ODataFeed.

System_CAPS_pubpropertyItem

Gets the wrapped ODataItem. (Inherited from ODataItemBase.)

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: