Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Interface IPagedCollection

    Namespace: Innovt.Core.Collections
    Assembly: Innovt.Core.dll
    Syntax
    public interface IPagedCollection

    Properties

    | Edit this page View Source

    Page

    Gets or sets the current page number.

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

    PageCount

    Gets the total number of pages in the paged collection.

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

    PageSize

    Gets or sets the number of items per page.

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

    TotalRecords

    Gets or sets the total number of records in the entire collection.

    Declaration
    int TotalRecords { get; set; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    HasNext()

    Determines whether there is a next page in the paged collection.

    Declaration
    bool HasNext()
    Returns
    Type Description
    bool

    true if there is a next page; otherwise, false.

    | Edit this page View Source

    HasPrevious()

    Determines whether there is a previous page in the paged collection.

    Declaration
    bool HasPrevious()
    Returns
    Type Description
    bool

    true if there is a previous page; otherwise, false.

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX