Class SaleContactExtender
Extend a Sale extender with a Contact extender, to provide the Contact columns related to a Sale.
Inheritance
SaleContactExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class SaleContactExtender : ContactExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
SaleContactExtender()
Initialize the Contact
Declaration
public SaleContactExtender()
SaleContactExtender(Features)
Initialize extender with a given set of features
Declaration
public SaleContactExtender(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 |