Click or drag to resize

CalendarEntryWeb Class

Data contract for vacancy of a standard week.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContracts.WebClient.PartnerBlockingCalendarEntryWeb

Namespace:  Tse.EasyBook.Server.DataContracts.WebClient.PartnerBlocking
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 : DataContractEntityWeb

The CalendarEntryWeb type exposes the following members.

Properties
  NameDescription
Public propertyBookingType
The booking type can either be Booking, Closed, Owner, Partner or BOOKING
Public propertyEnd
The end date
Public propertyEndDate
The end date in ISO8601 format
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyStart
The start date in ISO8601 format
Public propertyStartDate
The start date
Public propertyWeekNo
The Week number of the start date
Top
Fields
  NameDescription
Public fieldStatic memberDateTimeISO8601Format
Default Datetime format for ISO8601
Top
See Also