Click or drag to resize

BookingWcfServiceGeography Method

Returns a list of regions for the specified country code.

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 IList<RegionWeb> Geography(
	string countryIsoCode
)

Parameters

countryIsoCode
Type: SystemString
ISO 3166-1 alpha 2 country code to return regions from

Return Value

Type: IListRegionWeb
A list of regions

Implements

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

ErrorCode.Error: An unspecified error happened in the server

See Also