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
System.Object
SelectionMemberAppointmentExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class SelectionMemberAppointmentExtender : AppointmentExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin, 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 |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.AppointmentTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)