Class FavouriteTicketExtender
Extend a Favourite extender with a Ticket extender, to provide the Ticket columns related to a Favourite.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class FavouriteTicketExtender : TicketExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
FavouriteTicketExtender()
Initialize extender with a given set of features
Declaration
public FavouriteTicketExtender()
Fields
_colEntityIcon
Extend a Favourite extender with a Ticket extender, to provide the Ticket columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colEntityIcon
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colFavouriteAssociateId
Extend a Favourite extender with a Ticket extender, to provide the Ticket columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colFavouriteAssociateId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colIcon
Extend a Favourite extender with a Ticket extender, to provide the Ticket columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colIcon
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colText
Extend a Favourite extender with a Ticket extender, to provide the Ticket columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colText
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Methods
InnerModifyQuery()
Add/map return fields to the query; call SetJoin to obtain the contact table info instance from the derived class
Declaration
protected override void InnerModifyQuery()
Overrides
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()
Create a tableinfo and join it to the parent Favourite
Declaration
protected override TicketTableInfo SetJoin()
Returns
Type | Description |
---|---|
TicketTableInfo | TableInfo of the newly created info instance |