RentalObjectSortExpressionWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class RentalObjectSortExpressionWeb : DataContractBase
The RentalObjectSortExpressionWeb type exposes the following members.
Name | Description | |
---|---|---|
![]() | RentalObjectSortExpressionWeb |
Name | Description | |
---|---|---|
![]() | AttributeNullSortOptions |
Determines the preferred behaviour of the server when sorting null attribute values.
Attributes can have null values if they are not registered on the rental object or the searched date is not covered by a date interval on the attribute.
|
![]() | AttributeSortId |
When RentalObjectSortOptionEnum equals Attribute, This property can be assigned
the attribute id to sort by when sorting by a single attribute value. Also the collection AttributeSortIds should be used as an alternative if sorting should be performed on a group consisting of values from more than one attribute.
|
![]() | AttributeSortIds |
When RentalObjectSortOptionEnum equals Attribute, This property should be assigned
the attribute ids to sort by when sorting should be performed on a group consisting of values from more than one attribute.
NOTE: If this property is used, AttributeSortId is ignored. A maximum number of 10 ids are supported in each sort expression. If any more ids are provided they are ignored.
|
![]() | AttributeSortOptions |
Determines which attribute value is used if a rental object sort expression contains multiple attribute values
|
![]() | Direction |
SortDirectionEnum
|
![]() | Option |
RentalObjectSortOptionEnum
|