Click or drag to resize

CalendarEntryWeb Class

Data contract for vacancy of a standard week.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsCalendarEntryWeb

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 class CalendarEntryWeb : DataContractBase

The CalendarEntryWeb type exposes the following members.

Constructors
  NameDescription
Public methodCalendarEntryWeb
Top
Properties
  NameDescription
Public propertyEnd
The end date
Public propertyRentalAgreementInfo
Information about the current rental agreement.
Public propertyStart
The start date
Public propertyType
Possible values are: VacantArrival = 'A', Vacant = 'a', Booked = 'B', Blocked = 'b', Cancelled = 'C', FutureOption = 'O',
Public propertyWeekNo
The week number.
Top
See Also