ODataFeed Class
Describes a collection of entities.
System::Object
Microsoft.Data.OData::ODataAnnotatable
Microsoft.Data.OData::ODataItem
Microsoft.Data.OData::ODataFeed
Microsoft.Data.OData::ODataAnnotatable
Microsoft.Data.OData::ODataItem
Microsoft.Data.OData::ODataFeed
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
The ODataFeed type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets or sets the number of items in the feed. |
![]() | DeltaLink | URI representing the delta link. |
![]() | Id | Gets or sets the URI that identifies the entity set represented by the feed. |
![]() | InstanceAnnotations | Collection of custom instance annotations. |
![]() | NextPageLink | Gets or sets the URI representing the next page link. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetAnnotation<T> | Gets or sets the annotation by type. (Inherited from ODataAnnotatable.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | SetAnnotation<T> | Sets an annotation of type T. (Inherited from ODataAnnotatable.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Atom | Determines an extension method to get the AtomFeedMetadata for an annotatable feed. (Defined by ExtensionMethods.) |
![]() | SetSerializationInfo | Provide additional serialization information to the ODataWriter for feed. (Defined by ODataObjectModelExtensions.) |
Show:
