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