Search Results for

    Show / Hide Table of Contents

    Class PagedInfo

    Represents paged information.

    Inheritance
    Object
    PagedInfo
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: SimpleResults
    Assembly: SimpleResults.dll
    Syntax
    public class PagedInfo

    Constructors

    Name Description
    PagedInfo(Int32, Int32, Int32)

    Initializes a new instance of the PagedInfo class with the page number, size and total records.

    Properties

    Name Description
    HasNext

    Checks if it has next page.

    HasPrevious

    Checks if it has previous page.

    PageNumber

    Gets the current page number.

    PageSize

    Gets the size per page.

    TotalPages

    Gets the total number of pages.

    TotalRecords

    Gets the total records of a resource.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 SimpleResults