Search Results for

    Show / Hide Table of Contents

    Class PagedResult

    PagedResult

    Inheritance
    System.Object
    PagedResult
    PagedResult<TSource>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Linq.Dynamic.Core
    Assembly: System.Linq.Dynamic.Core.dll
    Syntax
    public class PagedResult

    Properties

    | Improve this Doc View Source

    CurrentPage

    Gets or sets the current page.

    Declaration
    public int CurrentPage { get; set; }
    Property Value
    Type Description
    System.Int32

    The current page.

    | Improve this Doc View Source

    PageCount

    Gets or sets the page count.

    Declaration
    public int PageCount { get; set; }
    Property Value
    Type Description
    System.Int32

    The page count.

    | Improve this Doc View Source

    PageSize

    Gets or sets the size of the page.

    Declaration
    public int PageSize { get; set; }
    Property Value
    Type Description
    System.Int32

    The size of the page.

    | Improve this Doc View Source

    Queryable

    Gets or sets the queryable.

    Declaration
    public IQueryable Queryable { get; set; }
    Property Value
    Type Description
    System.Linq.IQueryable

    The queryable.

    | Improve this Doc View Source

    RowCount

    Gets or sets the row count.

    Declaration
    public int RowCount { get; set; }
    Property Value
    Type Description
    System.Int32

    The row count.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX