Class ErpConnectors
Retrieve the list of all defined Erp Connectors (not Connections, that's another list)
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("ErpConnectors")]
public class ErpConnectors : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Remarks
Implementation relies on the ErpConnectorProvider archivelist, and simply reformats its data.
The items contain the Url pointing to the connector, in the ExtraInfo field; note that this does not have to be unique for each connector... though it should be...
Constructors
ErpConnectors()
Declaration
public ErpConnectors()
Fields
ProviderName
Declaration
public const string ProviderName = "ErpConnectors"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)