SortOptions Class

NReco.GraphQL Class Library Documentation
Graphql sorting properties
Inheritance Hierarchy

SystemObject
  NReco.GraphQL.ConfigurationSortOptions

Namespace:  NReco.GraphQL.Configuration
Assembly:  NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax

public class SortOptions

The SortOptions type exposes the following members.

Constructors

  NameDescription
Public methodSortOptions
Initializes a new instance of the SortOptions class
Top
Properties

  NameDescription
Public propertyDirection
Sorting key-word direction. Maybe - ASC or DESC. By default - "direction"
Public propertyEnabled
Enable sorting. By default - True
Public propertyFieldName
Sorting by field (key-word). By default - "field"
Public propertyKey
Sorting key-word. Using in queris as argument. By default - "sortBy"
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference