Class ApSmAppointmentExtender
This class is a root extender based on Appointment with the added functionality that it instantiates a GenericTargetSelectionMemberExtender. Thus giving us the appointment data based on a static appointment selection.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ApSmAppointmentExtender : AppointmentExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IArchiveProviderExtenderAccept
Constructors
ApSmAppointmentExtender()
This class is a root extender based on Appointment with the added functionality that it instantiates a GenericTargetSelectionMemberExtender. Thus giving us the appointment data based on a static appointment selection.
Declaration
public ApSmAppointmentExtender()
ApSmAppointmentExtender(Features)
Default constructor.
Declaration
public ApSmAppointmentExtender(AppointmentExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
AppointmentExtenderBase.Features | features |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Derived classes should implement the population of ColumnData items for columns that are NOT handled by this base class in this method. Whether a column is handled by this base class is part of its database binding information, set by the various MapXXX methods.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | Data reader with the query result (one row) |
ArchiveRow | row | archive row to be populated |
Overrides
SetJoin()
Returns our table, a AppointmentTableInfo.
Declaration
protected override AppointmentTableInfo SetJoin()
Returns
Type | Description |
---|---|
AppointmentTableInfo | AppointmentTableInfo |