Class QuoteConnections
Retrieve the list of all defined Quote Connections - i.e. not the connectors (DLLs). ExtraInfo: "connectorname=Name-of-connector" - restricts results to connections defined by one particular connector.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("QuoteConnections")]
[MDOAdditionalInfo("connectorname", "Name of the connector to get connections for", "Custom Quote Connector Name")]
public class QuoteConnections : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Remarks
Implementation relies on the QuoteConnectionProvider archivelist, and simply reformats its data
Constructors
QuoteConnections()
Declaration
public QuoteConnections()
Fields
ProviderName
Declaration
public const string ProviderName = "QuoteConnections"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)