Class LinksSaleByDestinationExtender
Link data extender for by-destination addressing, a fancy way of saying sales by sale id
Inheritance
LinksSaleByDestinationExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class LinksSaleByDestinationExtender : SaleSaleExtender, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
LinksSaleByDestinationExtender()
Link data extender for by-destination addressing, a fancy way of saying sales by sale id
Declaration
public LinksSaleByDestinationExtender()
Fields
_colDestinationSaleIdRestriction
Link data extender for by-destination addressing, a fancy way of saying sales by sale id
Declaration
protected ArchiveColumnInfo _colDestinationSaleIdRestriction
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Methods
InnerModifyQuery()
Template method called from ModifyQuery() during query processing; subclasses should implement it to build their queries. It will ONLY be called if IsQueryNeeded returns true.
Declaration
protected override void InnerModifyQuery()