Click or drag to resize

IBookingAuthenticateWcfServiceSearchCustomerReviews Method

Search for customer reviews according to the search criteria passed in

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#
SearchCustomerReviewsResult SearchCustomerReviews(
	SearchCustomerReviewsCriteria reviewsCriteria
)

Parameters

reviewsCriteria
Type: Tse.EasyBook.Server.DataContractsSearchCustomerReviewsCriteria

[Missing <param name="reviewsCriteria"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateWcfService.SearchCustomerReviews(Tse.EasyBook.Server.DataContracts.SearchCustomerReviewsCriteria)"]

Return Value

Type: SearchCustomerReviewsResult

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateWcfService.SearchCustomerReviews(Tse.EasyBook.Server.DataContracts.SearchCustomerReviewsCriteria)"]

See Also