Class EmailEmailExtender
This class essentially converts an Email extender into a primary query provider, suitable for use in the email match provider as the root query provider. This is done by having the SetJoin method return a free-standing EmailTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Inheritance
EmailEmailExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class EmailEmailExtender : EmailExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
EmailEmailExtender()
Construct the object and instantiate the EmailTableInfo
Declaration
public EmailEmailExtender()
Properties
TableToExtend
Return the free-standing Email table instance
Declaration
public override TableInfo TableToExtend { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
Methods
SetJoin()
Return the free-standing Email table instance
Declaration
protected override EmailTableInfo SetJoin()
Returns
Type | Description |
---|---|
EmailTableInfo | TableInfo instance to be used by the base class |