1. Stylelabs.M.Base.Querying

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

public class Sorting

Properties

Culture

Gets or sets the culture to sort in.

Declaration

public string Culture { get; set; }

Property Value

TypeDescription
string

Field

Gets or sets the field to sort on.

Declaration

public string Field { get; set; }

Property Value

TypeDescription
string

FieldType

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

Declaration

public SortFieldType? FieldType { get; set; }

Property Value

TypeDescription
SortFieldType

Order

Gets or sets the direction to sort in.

Declaration

public QuerySortOrder Order { get; set; }

Property Value

TypeDescription
QuerySortOrder
If you have suggestions for improving this article, let us know!