Class ErpConnectoUrlResolverPluginAttribute
Plugin for overriding resolving url's from Online
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public class ErpConnectoUrlResolverPluginAttribute : PluginAttribute
Constructors
ErpConnectoUrlResolverPluginAttribute(String)
Defualt constructor for ErpConnectoUrlResolver Plugin attribute
Declaration
public ErpConnectoUrlResolverPluginAttribute(string supportedScheme)
Parameters
Type | Name | Description |
---|---|---|
String | supportedScheme | Scheme supported by the plugin (http, https, app, etc.) |
Extension Methods
EnumUtil.MapEnums<From, To>(From)