Class QlSmQuoteLineExtender
This class is a root extender based on QuoteLine with the added functionality that it instantiates a GenericTargetSelectionMemberExtender. Thus giving us the quoteline data based on a static quoteline selection.
Inheritance
QlSmQuoteLineExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
public class QlSmQuoteLineExtender : QuoteLineExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
QlSmQuoteLineExtender()
Default constructor
Declaration
public QlSmQuoteLineExtender()
QlSmQuoteLineExtender(QuoteLineExtenderBase.Features)
Constructor with feature flags as a contructor parameter.
Declaration
public QlSmQuoteLineExtender(QuoteLineExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
QuoteLineExtenderBase.Features | features |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
This class is a root extender based on QuoteLine with the added functionality that it instantiates a GenericTargetSelectionMemberExtender. Thus giving us the quoteline data based on a static quoteline selection.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
SetJoin()
This class is a root extender based on QuoteLine with the added functionality that it instantiates a GenericTargetSelectionMemberExtender. Thus giving us the quoteline data based on a static quoteline selection.
Declaration
protected override QuoteLineTableInfo SetJoin()
Returns
Type | Description |
---|---|
QuoteLineTableInfo |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)