Show / Hide Table of Contents

Interface IPageableResults

Represents information about a result set that can be arranged into pages.

Namespace: Benday.Common
Assembly: Benday.Common.dll
Syntax
public interface IPageableResults

Properties

| Edit this page View Source

CurrentPage

Index of the current page in the result

Declaration
int CurrentPage { get; set; }
Property Value
Type Description
int
| Edit this page View Source

ItemsPerPage

Number of items per result page

Declaration
int ItemsPerPage { get; set; }
Property Value
Type Description
int
| Edit this page View Source

PageCount

Total number of pages in the result

Declaration
int PageCount { get; set; }
Property Value
Type Description
int
| Edit this page View Source

TotalCount

Total number of records in the result

Declaration
int TotalCount { get; }
Property Value
Type Description
int

Extension Methods

ObjectAssertExtensions.ShouldBeNull<T>(T?, string)
ObjectAssertExtensions.ShouldBeSameAs<T>(T, T, string)
ObjectAssertExtensions.ShouldEqual<T>(T, T, string)
ObjectAssertExtensions.ShouldNotBeNull<T>(T?, string)
ObjectAssertExtensions.ShouldNotBeSameAs<T>(T, T, string)
ObjectAssertExtensions.ShouldNotEqual<T>(T, T, string)
ObjectAssertExtensions.ShouldBeOfType<T>(object?, string)
ObjectAssertExtensions.ShouldNotBeOfType<T>(object?, string)
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com