Click or drag to resize

GeographyCriteria Class

Data contract containing input criteria used to perform a geographic related rental object search.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsGeographyCriteria

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

The GeographyCriteria type exposes the following members.

Constructors
  NameDescription
Public methodGeographyCriteria
Top
Properties
  NameDescription
Public propertyAreas
A list of areas to find rental objects in.
Public propertyCountryIsoCodes
ISO 3166-1 country codes to find rental objects in.
Public propertyRegions
A list of regions to find rental objects in.
Top
See Also