Class AppointmentAssociateExtender
This class extends a Appointment archive provider extender with the responsible associate
Inheritance
AppointmentAssociateExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class AppointmentAssociateExtender : AssociateExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
AppointmentAssociateExtender()
Construct the object and set the column icon hint
Declaration
public AppointmentAssociateExtender()
Methods
InnerModifyQuery()
Add/map return fields to the query; call SetJoin to obtain the contact table info instance from the derived class
Declaration
protected override void InnerModifyQuery()
Overrides
SetJoin()
Retrieve the associate field we'd like to process, from the parent Appointment table
Declaration
protected override AssociateTableInfo SetJoin()
Returns
Type | Description |
---|---|
AssociateTableInfo | Associate field information |