Click or drag to resize

PartnerBookingDisallowDettached Class

Dettached copy of PartnerBookingDisallow used internal in the server application.
Inheritance Hierarchy
SystemObject
  Tse.EasyBook.Server.DataContracts.InternalPartnerBookingDisallowDettached

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 class PartnerBookingDisallowDettached : IEqualityComparer<PartnerBookingDisallowDettached>

The PartnerBookingDisallowDettached type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEnd
End date of the permit interval allowing og disallowing bookings
Public propertyLimitToRentalObjectNos
Possible limit it to only this list of rental object numbers.
Public propertyStart
Start date of the permit interval allowing og disallowing bookings
Public propertyTodayEnd
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.
Public propertyTodayStart
Start date of the optional booking date interval.
Top
Methods
  NameDescription
Public methodEquals
Copy constructor.
Top
See Also