Class SaSmSaleExtender
This class is a root extender based on Sale with the added functionality that it instantiates a GenericTargetSelectionMemberExtender. Thus giving us the sale data based on a static sale selection.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class SaSmSaleExtender : SaleExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
SaSmSaleExtender()
This class is a root extender based on Sale with the added functionality that it instantiates a GenericTargetSelectionMemberExtender. Thus giving us the sale data based on a static sale selection.
Declaration
public SaSmSaleExtender()
SaSmSaleExtender(Features)
This class is a root extender based on Sale with the added functionality that it instantiates a GenericTargetSelectionMemberExtender. Thus giving us the sale data based on a static sale selection.
Declaration
public SaSmSaleExtender(SaleExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
SaleExtenderBase.Features | features |
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()
Returns our table, a SaleTableInfo.
Declaration
protected override SaleTableInfo SetJoin()
Returns
Type | Description |
---|---|
SaleTableInfo | AppointmentTableInfo |