Click or drag to resize

VacationTypeWeb Class

Data class for a web vacation type
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsVacationTypeWeb

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 VacationTypeWeb : DataContractEntityWeb

The VacationTypeWeb type exposes the following members.

Constructors
  NameDescription
Public methodVacationTypeWeb
Top
Properties
  NameDescription
Public propertyAvailableIntervals
A list of date intervals where this vacation type is available
Public propertyDescription
Description of the vacation type.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyName
The name of the vacation type in the callers language
Public propertyRentalObjectNo
The number of the rental object that holds this vacation type
Public propertyRequiresMandatoryCleaning
If true, this vacation type requires mandatory end cleaning
Public propertyType
The type of the vacation type
Top
See Also