Click or drag to resize

RentalObjectSortExpressionWeb Class

Holds a rental object sort expression.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsRentalObjectSortExpressionWeb

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 class RentalObjectSortExpressionWeb : DataContractBase

The RentalObjectSortExpressionWeb type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAttributeNullSortOptions
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.
Public propertyAttributeSortId
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.
Public propertyAttributeSortIds
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.
Public propertyAttributeSortOptions
Determines which attribute value is used if a rental object sort expression contains multiple attribute values
Public propertyDirection
SortDirectionEnum
Public propertyOption
RentalObjectSortOptionEnum
Top
See Also