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()
Retrieve the list of all defined Erp Connectors (not Connections, that's another list)
Declaration
public ErpConnectors()
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...Fields
ProviderName
Retrieve the list of all defined Erp Connectors (not Connections, that's another list)
Declaration
public const string ProviderName = "ErpConnectors"
Field Value
Type | Description |
---|---|
String |
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...Methods
AddItems()
Retrieve the list of all defined Erp Connectors (not Connections, that's another list)
Declaration
protected override void AddItems()
Overrides
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...Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)