IOperationServiceRegisterExternalAddressSearchProvider Method |
Registers external adress search provider.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax IDisposable RegisterExternalAddressSearchProvider(
Func<string, (string , string , string , string , decimal , decimal , string , (string , string , string , string ) )[]> getAddressesCallback
)
Parameters
- getAddressesCallback
- Type: SystemFuncString, ValueTupleString, String, String, String, Decimal, Decimal, String, ValueTupleString, String, String, String
External address search provider.
Return Value
Type:
IDisposableSee Also