Click or drag to resize

SearchOwnersCriteria Class

Search owners search criteria.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContracts.OwnerLoginSearchOwnersCriteria

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 SearchOwnersCriteria : DataContractBase

The SearchOwnersCriteria type exposes the following members.

Constructors
  NameDescription
Public methodSearchOwnersCriteria
Top
Properties
  NameDescription
Public propertyChangeTimeStamp
Only show owners with contact detail changes since this timestamp.
Public propertyCount
The maximum number of found tips to return. If null, all found tips are returned.
Public propertyEmail
The e-mail address to search for.
Public propertyOffset
Offset to use for paging the results, ie. if set to 20 results from index 20 and on up to Count is returned.If null paging is not used
Public propertyRentalObjectNumber
The rental object number to search for.
Top
See Also