ODataFeed Class

Describes a collection of entities.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

public ref class ODataFeed sealed : public ODataItem

The ODataFeed type exposes the following members.

  NameDescription
Public methodODataFeedCreates a new instance of the ODataFeed class.
Top

  NameDescription
Public propertyCountGets or sets the number of items in the feed.
Public propertyDeltaLinkURI representing the delta link.
Public propertyIdGets or sets the URI that identifies the entity set represented by the feed.
Public propertyInstanceAnnotationsCollection of custom instance annotations.
Public propertyNextPageLinkGets or sets the URI representing the next page link.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetAnnotation<T>Gets or sets the annotation by type. (Inherited from ODataAnnotatable.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetAnnotation<T>Sets an annotation of type T. (Inherited from ODataAnnotatable.)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Public Extension MethodAtomDetermines an extension method to get the AtomFeedMetadata for an annotatable feed. (Defined by ExtensionMethods.)
Public Extension MethodSetSerializationInfoProvide additional serialization information to the ODataWriter for feed. (Defined by ODataObjectModelExtensions.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: