Share via


PageResult Class

Represents a feed of entities that includes additional information that OData formats support.

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.PageResult
    System.Web.Http.OData.PageResult<T>

Namespace:  System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public MustInherit Class PageResult
'Usage
Dim instance As PageResult
[DataContractAttribute]
public abstract class PageResult
[DataContractAttribute]
public ref class PageResult abstract
[<AbstractClassAttribute>]
[<DataContractAttribute>]
type PageResult =  class end
public abstract class PageResult

The PageResult type exposes the following members.

Constructors

  Name Description
Protected method PageResult Initializes a new instance of the PageResult class.

Top

Properties

  Name Description
Public property Count Gets the total count of items in the feed.
Public property NextPageLink Gets the link for the next page of items in the feed.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

System.Web.Http.OData Namespace