Class Sorting

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 Sorting

Properties

Culture

Gets or sets the culture to sort in.

Declaration
RequestResponse
public string Culture { get; set; }
Property Value
TypeDescription
string

Field

Gets or sets the field to sort on.

Declaration
RequestResponse
public string Field { get; set; }
Property Value
TypeDescription
string

FieldType

Gets or sets the type of the field to sort on.

Declaration
RequestResponse
public SortFieldType? FieldType { get; set; }
Property Value
TypeDescription
SortFieldType

Order

Gets or sets the direction to sort in.

Declaration
RequestResponse
public QuerySortOrder Order { get; set; }
Property Value
TypeDescription
QuerySortOrder

Do you have some feedback for us?

If you have suggestions for improving this article,