Graphql sorting properties
Inheritance Hierarchy
NReco.GraphQL.ConfigurationSortOptions
Namespace: NReco.GraphQL.Configuration
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
The SortOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SortOptions | Initializes a new instance of the SortOptions class |
Properties
Name | Description | |
---|---|---|
Direction |
Sorting key-word direction. Maybe - ASC or DESC. By default - "direction"
| |
Enabled |
Enable sorting. By default - True
| |
FieldName |
Sorting by field (key-word). By default - "field"
| |
Key |
Sorting key-word. Using in queris as argument. By default - "sortBy"
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also