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