ODataFeed Class

 

Describes a collection of entities.

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


public ref class ODataFeed sealed : ODataFeedBase

NameDescription
System_CAPS_pubmethodODataFeed()

Initializes a new instance of the ODataFeed class.

NameDescription
System_CAPS_pubpropertyActions

System_CAPS_pubpropertyCount

(Inherited from ODataFeedBase.)

System_CAPS_pubpropertyDeltaLink

(Inherited from ODataFeedBase.)

System_CAPS_pubpropertyFunctions

System_CAPS_pubpropertyId

(Inherited from ODataFeedBase.)

System_CAPS_pubpropertyInstanceAnnotations

(Inherited from ODataFeedBase.)

System_CAPS_pubpropertyNextPageLink

(Inherited from ODataFeedBase.)

NameDescription
System_CAPS_pubmethodAddAction(ODataAction^)

System_CAPS_pubmethodAddFunction(ODataFunction^)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetAnnotation<T>()

Gets or sets the annotation by type.(Inherited from ODataAnnotatable.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSetAnnotation<T>(T)

Sets an annotation of type T.(Inherited from ODataAnnotatable.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubmethodAtom()

Overloaded. Determines an extension method to get the AtomFeedMetadata for an annotatable feed.(Defined by ExtensionMethods.)

System_CAPS_pubmethodSetSerializationInfo(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.

Return to top
Show: