Share via


ODataFeedWithEntries Class

 

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

Namespace:   System.Web.OData.Formatter.Deserialization
Assembly:  System.Web.OData (in System.Web.OData.dll)

Inheritance Hierarchy

System.Object
  System.Web.OData.Formatter.Deserialization.ODataItemBase
    System.Web.OData.Formatter.Deserialization.ODataFeedWithEntries

Syntax

public sealed class ODataFeedWithEntries : ODataItemBase
public ref class ODataFeedWithEntries sealed : ODataItemBase
[<Sealed>]
type ODataFeedWithEntries = 
    class
        inherit ODataItemBase
    end
Public NotInheritable Class ODataFeedWithEntries
    Inherits ODataItemBase

Constructors

Name Description
System_CAPS_pubmethod ODataFeedWithEntries(ODataFeed)

Initializes a new instance of ODataFeedWithEntries.

Properties

Name Description
System_CAPS_pubproperty Entries

Gets the nested entries of this feed.

System_CAPS_pubproperty Feed

Gets the wrapped ODataFeed.

System_CAPS_pubproperty Item

Gets the wrapped ODataItem.(Inherited from ODataItemBase.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

System.Web.OData.Formatter.Deserialization Namespace

Return to top