Class SaleAssociateExtender
This class extends a Sale archive provider extender with the responsible associate
Inheritance
SaleAssociateExtender
Implements
Inherited Members
Namespace: SuperOfficeCRMArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class SaleAssociateExtender : AssociateExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
SaleAssociateExtender(string)
Construct the object and set the column icon hint
Declaration
public SaleAssociateExtender(string iconHint = "Sale")
Parameters
| Type | Name | Description |
|---|---|---|
| string | iconHint |
Methods
SetJoin()
Retrieve the associate field we'd like to process, from the parent Sale table
Declaration
protected override AssociateTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| AssociateTableInfo | Associate field information |