Click or drag to resize

CalendarResult Class

Data contract for the resulting output of the "AccountDetails" service method.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsCalendarResult

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 CalendarResult : DataContractBase

The CalendarResult type exposes the following members.

Constructors
  NameDescription
Public methodCalendarResult
Top
Properties
  NameDescription
Public propertyActiveRepeatedOwnerBlockings
A list of repeated owner blockings. These are repeated in every intermediation agreement.
Public propertyAvailableRepeatedOwnerBlockings
A complete list of available repeated owner blockings. These can be added to the ActiveRepeatedOwnerBlockings using the "UpdateCalendar" service method.
Public propertyCalendar
A calendar for the requested period of time
Public propertyOwnerBlockings
A list of non-repeated owner blockings. These only apply for a specific intermediation agreement.
Public propertySeasons
A complete season calendar for the requested period of time. There are no gaps between the intervals.
Top
See Also