Class ContactEmailExtender
This class extends a Contact archive provider extender with Email fields
Inheritance
ContactEmailExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ContactEmailExtender : EmailExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ContactEmailExtender()
Construct the object
Declaration
public ContactEmailExtender()
Methods
SetJoin()
Set up the join for a person's email address, using the base-class defined rank restriction
Declaration
protected override EmailTableInfo SetJoin()
Returns
Type | Description |
---|---|
EmailTableInfo | TableInfo instance of the newly joined-in table |
Overrides
Remarks
If there is a restriction on one of our columns, we do not add a rank=1 clause to the join. Otherwise, we add that clause.