Click or drag to resize

SearchInitializeResult Class

Datacontract for the resulting output from the "SearchInitialize" service.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsSearchInitializeResult

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

The SearchInitializeResult type exposes the following members.

Constructors
  NameDescription
Public methodSearchInitializeResult
Top
Properties
  NameDescription
Public propertyAttributes
A list of available attributes to be used as search criteria.
Public propertyCategories
A list of available categories.
Public propertyRegions
A list of available regions.
Public propertyTypes
A list of available rental object types.
Top
See Also