Show / Hide Table of Contents

    Class PaginationResult<T>

    Inheritance
    System.Object
    PaginationResult<T>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LightQuery.Client
    Assembly: LightQuery.Client.dll
    Syntax
    public class PaginationResult<T>
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    Data

    Declaration
    public List<T> Data { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<T>
    | Improve this Doc View Source

    Page

    Declaration
    public int Page { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PageSize

    Declaration
    public int PageSize { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TotalCount

    Declaration
    public int TotalCount { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top © Georg Dangl