DataWeb
Search Results for

    Show / Hide Table of Contents

    Class PaginationInfo

    Inheritance
    object
    PaginationInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Structure
    Assembly: DataWeb.Core.dll
    Syntax
    public class PaginationInfo

    Properties

    ItemCount

    Declaration
    public long ItemCount { get; set; }
    Property Value
    Type Description
    long

    PageCount

    Declaration
    public long PageCount { get; set; }
    Property Value
    Type Description
    long

    PageIndex

    Declaration
    public long PageIndex { get; set; }
    Property Value
    Type Description
    long

    PageSize

    Declaration
    public int PageSize { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX