Search Results for

    Show / Hide Table of Contents

    Constructor PagedInfo

    | Improve this Doc View Source

    PagedInfo(Int32, Int32, Int32)

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

    Declaration
    public PagedInfo(int pageNumber, int pageSize, int totalRecords)
    Parameters
    Type Name Description
    Int32 pageNumber

    The current page number.

    Int32 pageSize

    The size per page.

    Int32 totalRecords

    The total records of a resource.

    Exceptions
    Type Condition
    DivideByZeroException

    pageSize is equal to 0.

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