RentalObjectsIntervalCriteriaAcceptDatesUnchanged Property |
Must the method BookingManager.SearchRentalObjects accept the DateFrom and DateTo values without changing them(true) or not(false)
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)
Syntaxpublic bool AcceptDatesUnchanged { get; set; }
Property Value
Type:
Boolean
RemarksThis property is only used internally, hence server side only
See Also