Click or drag to resize

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)
Syntax
C#
public bool AcceptDatesUnchanged { get; set; }

Property Value

Type: Boolean
Remarks
This property is only used internally, hence server side only
See Also