ODataFeed Class
Describes a collection of entities.
Assembly: Microsoft.OData.Core (in Microsoft.OData.Core.dll)
Microsoft.OData.Core::ODataAnnotatable
Microsoft.OData.Core::ODataItem
Microsoft.OData.Core::ODataFeedBase
Microsoft.OData.Core::ODataFeed
| Name | Description | |
|---|---|---|
![]() | ODataFeed() | Initializes a new instance of the ODataFeed class. |
| Name | Description | |
|---|---|---|
![]() | Actions | |
![]() | Count | (Inherited from ODataFeedBase.) |
![]() | DeltaLink | (Inherited from ODataFeedBase.) |
![]() | Functions | |
![]() | Id | (Inherited from ODataFeedBase.) |
![]() | InstanceAnnotations | (Inherited from ODataFeedBase.) |
![]() | NextPageLink | (Inherited from ODataFeedBase.) |
| Name | Description | |
|---|---|---|
![]() | AddAction(ODataAction^) | |
![]() | AddFunction(ODataFunction^) | |
![]() | Equals(Object^) | (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>(T) | Sets an annotation of type T.(Inherited from ODataAnnotatable.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Atom() | Overloaded. Determines an extension method to get the AtomFeedMetadata for an annotatable feed.(Defined by ExtensionMethods.) |
![]() | SetSerializationInfo(ODataFeedAndEntrySerializationInfo^) | Overloaded. Provides additional serialization information to the ODataWriter for feed.(Defined by ODataObjectModelExtensions.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

