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
ApSmAppointmentExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ApSmAppointmentExtender : AppointmentExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin, 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(AppointmentExtenderBase.Features)
Default constructor.
Declaration
public ApSmAppointmentExtender(AppointmentExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
AppointmentExtenderBase.Features | features |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
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
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
SetJoin()
Returns our table, a AppointmentTableInfo.
Declaration
protected override AppointmentTableInfo SetJoin()
Returns
Type | Description |
---|---|
AppointmentTableInfo | AppointmentTableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.AppointmentTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)