Interface IErpConnectoUrlResolverPlugin
Interface that must be implemented by plugins for resolving erp sync client urls
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IErpConnectoUrlResolverPlugin : IPlugin
Methods
ResolveUrl(String, IConfiguration)
Resolve the actual url to use.
Declaration
string ResolveUrl(string targetUrl, IConfiguration config)
Parameters
Type | Name | Description |
---|---|---|
String | targetUrl | |
IConfiguration | config |
Returns
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)