Click or drag to resize

SearchCustomersResult Class

Data contract for the search result of the SeachCustomers method
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsSearchCustomersResult

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

The SearchCustomersResult type exposes the following members.

Constructors
  NameDescription
Public methodSearchCustomersResult
Top
Properties
  NameDescription
Public propertyCustomers
The customers that matched the input criteria
Public propertyStatistic
Search Statistic
Top
See Also