Class SelectionMemberSaleExtender
This class essentially converts a Sale extender into a primary query provider, suitable for use in the Sale Archive as the root query provider. This is done by having the SetJoin method return a free-standing SaleTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class SelectionMemberSaleExtender : SaleExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
SelectionMemberSaleExtender()
Construct the object and instantiate the SaleTableInfo
Declaration
public SelectionMemberSaleExtender()
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Derived classes should implement the population of ColumnData items for columns that are NOT handled by this base class in this method. Whether a column is handled by this base class is part of its database binding information, set by the various MapXXX methods.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | Data reader with the query result (one row) |
ArchiveRow | row | archive row to be populated |
Overrides
SetJoin()
Return the free-standing Sale table instance
Declaration
protected override SaleTableInfo SetJoin()
Returns
Type | Description |
---|---|
SaleTableInfo | TableInfo instance to be used by the base class |