Class AppointmentEmailExtender
Inheritance
AppointmentEmailExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Joiners
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class AppointmentEmailExtender : EmailExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
AppointmentEmailExtender(bool)
Declaration
public AppointmentEmailExtender(bool forceQueryNeeded = false)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | forceQueryNeeded |
Methods
SetJoin()
Subclass contract: Implementations of this method should create the extenders' table information object, join it to the relevant parent, and return the table information instance
Declaration
protected override EmailTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| EmailTableInfo |