Click or drag to resize

PartnerBookingDisallowDettachedTodayEnd Property

End date of the optional booking date interval. If TodayEnd is null then all bookings anytime are disallowed, and hence the partner can not longer make any booking.

Namespace:  Tse.EasyBook.Server.DataContracts.Internal
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public DateTime? TodayEnd { get; set; }

Property Value

Type: NullableDateTime
Remarks
The job CalculateRentalObjectPrices ignores PartnerBookingDisallow instances where TodayEnd is null and hence no intervals are removed for the price file. But attemps to make a booking for partner is blocked in the BookingService.Booking function.
See Also