Click or drag to resize

BookingWcfServiceSearchInitialize Method

Returns a SearchInitializeResult based on the supplied countrycode. The data that can be used as input criteria to the search engine.

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#
public SearchInitializeResult SearchInitialize(
	string isoCountryCode
)

Parameters

isoCountryCode
Type: SystemString
Iso country code according to ISO 3166-1 alpha 2 standard

Return Value

Type: SearchInitializeResult
SearchInitializeResult object

Implements

IBookingWcfServiceSearchInitialize(String)
Exceptions
ExceptionCondition
FaultExceptionFault may contain the following values:

ErrorCode.Error: An unspecified error happened in the server

See Also