BookingWcfServiceCheckEan Method |
Checks if a EAN Location 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)
Syntaxpublic CheckEanResultEnum CheckEan(
string ean
)
Parameters
- ean
- Type: SystemString
EAN number string
Return Value
Type:
CheckEanResultEnumEnumeration indicating if the validation was successful or not
Implements
IBookingWcfServiceCheckEan(String)
ExceptionsException | Condition |
---|
FaultException | Fault may contain the following values: ErrorCode.Error: An unspecified error happened in the server |
See Also