Click or drag to resize

OwnerLoginIntervalCriteriaBase Class

Data contract for the input criteria for the "OwnerAccess" webservice.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContracts.OwnerLoginOwnerLoginBaseCriteria
      Tse.EasyBook.Server.DataContracts.OwnerLoginOwnerLoginIntervalCriteriaBase
        Tse.EasyBook.Server.DataContracts.OwnerLoginOwnerLoginRentalObjectIntervalCriteria

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 OwnerLoginIntervalCriteriaBase : OwnerLoginBaseCriteria

The OwnerLoginIntervalCriteriaBase type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyInterval
The interval cotaning the requested start and (optionally) end date.
Public propertyProfileId
The profileid of the owner
(Inherited from OwnerLoginBaseCriteria.)
Top
See Also