Class SelectionMemberAppointmentExtender
This class essentially converts a Appointment extender into a primary query provider, suitable for use in the Appointment Archive as the root query provider. This is done by having the SetJoin method return a free-standing AppointmentTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Inheritance
SelectionMemberAppointmentExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class SelectionMemberAppointmentExtender : AppointmentExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IArchiveProviderExtenderAccept
Constructors
SelectionMemberAppointmentExtender()
Construct the object and instantiate the AppointmentTableInfo
Declaration
public SelectionMemberAppointmentExtender()
Methods
SetJoin()
Return the free-standing Appointment table instance
Declaration
protected override AppointmentTableInfo SetJoin()
Returns
Type | Description |
---|---|
AppointmentTableInfo | TableInfo instance to be used by the base class |