Class FavouriteAppointmentExtender
Extend a Favourite extender with a Mailing extender, to provide the Mailing columns related to a Favourite.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class FavouriteAppointmentExtender : AppointmentExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin, IArchiveProviderExtenderAccept
Constructors
FavouriteAppointmentExtender()
Initialize extender with a given set of features
Declaration
public FavouriteAppointmentExtender()
Fields
_colFavouriteAssociateId
Extend a Favourite extender with a Mailing extender, to provide the Mailing columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colFavouriteAssociateId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colItemIcon
Extend a Favourite extender with a Mailing extender, to provide the Mailing columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colItemIcon
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colText
Extend a Favourite extender with a Mailing extender, to provide the Mailing columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colText
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Methods
InnerModifyQuery()
Extend a Favourite extender with a Mailing extender, to provide the Mailing columns related to a Favourite.
Declaration
protected override void InnerModifyQuery()
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Extend a Favourite extender with a Mailing extender, to provide the Mailing columns related to a Favourite.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
SetJoin()
Create a tableinfo and join it to the parent Favourite
Declaration
protected override AppointmentTableInfo SetJoin()
Returns
Type | Description |
---|---|
AppointmentTableInfo | TableInfo of the newly created info instance |