Class QuoteListsByIdProvider
Dynamic provider that dispatches Quote Connector lists, based on QuoteAlternativeId or SaleId and "Erp"+<list name>.
Consider using "QM_"+<sale_id>+<list name> instead if you can.
Inheritance
QuoteListsByIdProvider
Assembly: SoDataBase.dll
Syntax
[DynamicMDOProviderPlugin("QuoteListsById", 1073741823)]
[MDOAdditionalInfoSeparator("&")]
[MDOAdditionalInfo("QuoteAlternativeId", "Quote alternative implies sale id, which tells us which quote connection to get", 1234)]
[MDOAdditionalInfo("SaleId", "Sale to get quotes from which tells us which quote connection to get", 1234)]
public sealed class QuoteListsByIdProvider : IDynamicMDOProvider, ISoListProvider, ISoList, IPlugin
Constructors
QuoteListsByIdProvider()
Declaration
public QuoteListsByIdProvider()
Fields
ListNamePrefix
Declaration
public const string ListNamePrefix = "Erp"
Field Value
Properties
HeadingItems
Declaration
public List<ISoListHeading> HeadingItems { get; }
Property Value
HistoryInfo
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
HistoryItems
Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
RootItems
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
SupportedLists
Declaration
public HistoryInfo[] SupportedLists { get; }
Property Value
Methods
Construct(String, String, Int32[], Boolean, String, Boolean)
Declaration
public void Construct(string listName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)