Show / Hide Table of Contents

    Class DefaultPaginationOptions

    Inheritance
    System.Object
    DefaultPaginationOptions
    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 DefaultPaginationOptions

    Properties

    | 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

    SortDescending

    Declaration
    public bool SortDescending { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SortProperty

    Declaration
    public string SortProperty { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ThenSortDescending

    Declaration
    public bool ThenSortDescending { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ThenSortProperty

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