Class ProjectDocumentExtender
Implements the joiner for contacts and documents
Inheritance
ProjectDocumentExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ProjectDocumentExtender : DocumentExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ProjectDocumentExtender()
Initialize the extender
Declaration
public ProjectDocumentExtender()
ProjectDocumentExtender(Features)
Initialize the extender with a given set of feature bits
Declaration
public ProjectDocumentExtender(DocumentExtenderWithoutDescriptionBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
DocumentExtenderWithoutDescriptionBase.Features | 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 |