Table of Contents

Class SortField

Namespace
Si.Srp.Models.Search.Response
Assembly
Si.Srp.Models.Search.dll

Represents a field that is to be sorted

public sealed class SortField
Inheritance
SortField
Inherited Members

Constructors

SortField()

public SortField()

Properties

Direction

The sort direction

public Direction Direction { get; set; }

Property Value

Direction

Field

The field name to sort

public FieldName Field { get; set; }

Property Value

FieldName