Click or drag to resize

IOperationServiceRegisterExternalCompanyInfoSearchProvider Method

Registers external company info search provider.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IDisposable RegisterExternalCompanyInfoSearchProvider(
	Func<string, ExternalCompanyInfo> getCompanyInfoCallback
)

Parameters

getCompanyInfoCallback
Type: SystemFuncString, ExternalCompanyInfo
External company info search provider.

Return Value

Type: IDisposable
See Also