Class ContactDocumentExtender
Implements the joiner for contacts and documents
Inheritance
ContactDocumentExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ContactDocumentExtender : DocumentExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
ContactDocumentExtender()
Initializes the extender
Declaration
public ContactDocumentExtender()
ContactDocumentExtender(DocumentExtenderWithoutDescriptionBase.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 |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)