Show / Hide Table of Contents

    Class SortOption

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

    Properties

    | Improve this Doc View Source

    IsDescending

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

    PropertyName

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