Click or drag to resize

BookingWcfServiceCheckPhoneNumber Method

Checks if a phone Number is valid

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 CheckPhoneNumberResultEnum CheckPhoneNumber(
	string number
)

Parameters

number
Type: SystemString
Phone numer string

Return Value

Type: CheckPhoneNumberResultEnum
Enumeration indicating if the validation was successful or not

Implements

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

ErrorCode.Error: An unspecified error happened in the server

See Also