Click or drag to resize

SearchCriteriaSorting Property

A list of sorting expressions to be used for sorting purposes

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IList<RentalObjectSortExpressionWeb> Sorting { get; set; }

Property Value

Type: IListRentalObjectSortExpressionWeb
Remarks
This property is optional. If no sorting is provided the default sorting is used: 1. Cancellations first. 2. Rental objects that specifically matched the requested arrival date. 3. Randomly sorted.
See Also