Class SalePersonExtender
Extend a Sale extender with a Person extender, to provide the person columns related to a Sale.
Inheritance
SalePersonExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class SalePersonExtender : PersonExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
SalePersonExtender()
Initialize the person, with no contact information
Declaration
public SalePersonExtender()
SalePersonExtender(Features)
Initialize the person, with the given set of feature bits
Declaration
public SalePersonExtender(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 |