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