Class QlSmQuoteLineExtenderV2
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
QlSmQuoteLineExtenderV2
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
public class QlSmQuoteLineExtenderV2 : QuoteLineExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
QlSmQuoteLineExtenderV2()
Default constructor
Declaration
public QlSmQuoteLineExtenderV2()
QlSmQuoteLineExtenderV2(Features)
Constructor with feature flags as a contructor parameter.
Declaration
public QlSmQuoteLineExtenderV2(QuoteLineExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
QuoteLineExtenderBase.Features | features |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Override: Set status icon if column selected; always set style hint
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
SetJoin()
Subclass contract: Implementations of this method should create the extenders' table information object, join it to the relevant parent, and return the table information instance
Declaration
protected override QuoteLineTableInfo SetJoin()
Returns
Type | Description |
---|---|
QuoteLineTableInfo |