Click or drag to resize

IBookingAuthenticateWcfServiceSearchCustomers Method

Search for customers based on a large amount of different (mutually exclusive) search criterias

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
SearchCustomersResult SearchCustomers(
	SearchOrdersCriteria criteria
)

Parameters

criteria
Type: Tse.EasyBook.Server.DataContractsSearchOrdersCriteria
SearchOrdersCriteria criteria object

Return Value

Type: SearchCustomersResult
A list of UpdateCustomerCriteria objects containing the customer details
See Also