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