Click or drag to resize

UpdateRentalObjectCriteria Class

Data contract class for saving details on a rental object
Inheritance Hierarchy

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 UpdateRentalObjectCriteria : OwnerAccessIntervalCriteria

The UpdateRentalObjectCriteria type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyGpsCoordinate
The GPS coordinate to save
Public propertyInterval
The interval cotaning the requested start and (optionally) end date.
(Inherited from OwnerAccessIntervalCriteria.)
Public propertyPassword
(Inherited from OwnerAccessBaseCriteria.)
Public propertyPriceChanges
A list of price changes to UPDATE for the rental object. Please note that the "Rejected" value is the ONLY value that can be altered on a price change! An ID is also required in order for the server to identify the entity.
Public propertyRentalObjectNo
The rental object to find details for.
(Inherited from OwnerAccessBaseCriteria.)
Top
See Also