Click or drag to resize

HolidayIntervalWeb Class

Add a new case.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsIntervalWeb
        Tse.EasyBook.Server.DataContracts.OwnerLoginHolidayIntervalWeb

Namespace:  Tse.EasyBook.Server.DataContracts.OwnerLogin
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class HolidayIntervalWeb : IntervalWeb

The HolidayIntervalWeb type exposes the following members.

Constructors
  NameDescription
Public methodHolidayIntervalWeb
Top
Properties
  NameDescription
Public propertyEditState
Indicate what action you want taken for the particular holidayinterval
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyName
Name or short description of the holiday or abscense
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