Class ContactDocumentExtender
Implements the joiner for contacts and documents
Inheritance
ContactDocumentExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class ContactDocumentExtender : DocumentExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ContactDocumentExtender()
Initializes the extender
Declaration
public ContactDocumentExtender()
ContactDocumentExtender(Features)
Initializes the extender with the given set of feature bits
Declaration
public ContactDocumentExtender(DocumentExtenderWithoutDescriptionBase.Features features)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentExtenderWithoutDescriptionBase.Features | features |
Methods
SetDualJoin(out AppointmentTableInfo, out DocumentTableInfo)
Join contact and document, via the correct AppointmentTableInfo
Declaration
protected override void SetDualJoin(out AppointmentTableInfo appointmentTable, out DocumentTableInfo documentTable)
Parameters
| Type | Name | Description |
|---|---|---|
| AppointmentTableInfo | appointmentTable | |
| DocumentTableInfo | documentTable |