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 | |
---|---|---|
ODataFeedWithEntries(ODataFeed) | Initializes a new instance of ODataFeedWithEntries. |
Properties
Name | Description | |
---|---|---|
Entries | Gets the nested entries of this feed. |
|
Feed | Gets the wrapped ODataFeed. |
|
Item | Gets the wrapped ODataItem.(Inherited from ODataItemBase.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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