Class SaleHistoryContactExtender
Extend a SaleHist extender with a Contact extender, to provide the Contact columns related to a Sale.
Inheritance
SaleHistoryContactExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class SaleHistoryContactExtender : ContactExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
SaleHistoryContactExtender()
Initialize the Contact
Declaration
public SaleHistoryContactExtender()
SaleHistoryContactExtender(Features)
Initialize extender with a given set of features
Declaration
public SaleHistoryContactExtender(ContactExtenderBase.Features features)
Parameters
| Type | Name | Description |
|---|---|---|
| ContactExtenderBase.Features | features |
Methods
SetJoin()
Create a Contact tableinfo and join it to the parent Sale
Declaration
protected override ContactTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| ContactTableInfo | ContactTableInfo of the newly created info instance |