Click or drag to resize

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

Parameters

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

Return Value

Type: SearchInitializeResult

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingWcfService.SearchInitialize(System.String)"]

See Also