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
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
public class QlSmQuoteLineExtender : QuoteLineExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
QlSmQuoteLineExtender()
Default constructor
Declaration
public QlSmQuoteLineExtender()
QlSmQuoteLineExtender(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)
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 |