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, IPlugin
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(SaleExtenderBase.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)
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
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
SetJoin()
Returns our table, a SaleTableInfo.
Declaration
protected override SaleTableInfo SetJoin()
Returns
Type | Description |
---|---|
SaleTableInfo | AppointmentTableInfo |