Click or drag to resize

IntervalExtraWeb Class

An date interval for arrival- and departure-times.
Inheritance Hierarchy

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 IntervalExtraWeb : IntervalWeb

The IntervalExtraWeb type exposes the following members.

Constructors
  NameDescription
Public methodIntervalExtraWeb
Top
Properties
  NameDescription
Public propertyArrivalDepartureTimes
The arrival and departure times for the 7 days of an week.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyValidFrom
Start date
(Inherited from IntervalWeb.)
Public propertyValidTo
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.)
Top
See Also