Class Sorting
Version: 3.2
Indicates how to sort the result of a query.
Inheritance
object
Sorting
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class SortingProperties
Culture
Gets or sets the culture to sort in.
Declaration
RequestResponse
public string Culture { get; set; }Property Value
| Type | Description |
|---|---|
| string |
Field
Gets or sets the field to sort on.
Declaration
RequestResponse
public string Field { get; set; }Property Value
| Type | Description |
|---|---|
| string |
FieldType
Gets or sets the type of the field to sort on.
Declaration
RequestResponse
public SortFieldType? FieldType { get; set; }Property Value
| Type | Description |
|---|---|
| SortFieldType |
Order
Gets or sets the direction to sort in.
Declaration
RequestResponse
public QuerySortOrder Order { get; set; }Property Value
| Type | Description |
|---|---|
| QuerySortOrder |