Show / Hide Table of Contents

    Class QueryOptions

    Inheritance
    System.Object
    QueryOptions
    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.Shared
    Assembly: LightQuery.Shared.dll
    Syntax
    public class QueryOptions

    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

    QueryRequestsPagination

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

    Sort

    Declaration
    public SortOption Sort { get; set; }
    Property Value
    Type Description
    SortOption
    | Improve this Doc View Source

    ThenSort

    Declaration
    public SortOption ThenSort { get; set; }
    Property Value
    Type Description
    SortOption
    • Improve this Doc
    • View Source
    Back to top © Georg Dangl