Click or drag to resize

BookingCriteriaNumberOfAdults Property

The number of adults to stay in the house. When determining if the house can accomodate the required number of persons, the properties NumberOfAdults and NumberOfChildrenAsAdults are added together. Please note that these two numbers combined may not surpass the NumberOfPersons for the specific rental object.

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 int NumberOfAdults { get; set; }

Property Value

Type: Int32
Remarks
This property is required.
See Also