Click or drag to resize

UpdateCalendarCriteria Class

Data contract class for saving bank account details of an account
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContracts.OwnerLoginOwnerLoginBaseCriteria
      Tse.EasyBook.Server.DataContracts.OwnerLoginOwnerLoginIntervalCriteriaBase
        Tse.EasyBook.Server.DataContracts.OwnerLoginOwnerLoginRentalObjectIntervalCriteria
          Tse.EasyBook.Server.DataContracts.OwnerLoginUpdateCalendarCriteria

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 UpdateCalendarCriteria : OwnerLoginRentalObjectIntervalCriteria

The UpdateCalendarCriteria type exposes the following members.

Constructors
  NameDescription
Public methodUpdateCalendarCriteria
Top
Properties
  NameDescription
Public propertyAddOwnerBlockings
A list of non-repeated owner blockings to the calendar.
Public propertyInterval
The interval cotaning the requested start and (optionally) end date.
(Inherited from OwnerLoginIntervalCriteriaBase.)
Public propertyProfileId
The profileid of the owner
(Inherited from OwnerLoginBaseCriteria.)
Public propertyRemoveOwnerBlockings
A list of owner blockings (excluding repeated) to remove from he calendar.
Public propertyRentalObjectNo
The rentalobject number
(Inherited from OwnerLoginRentalObjectIntervalCriteria.)
Top
See Also