Class FavouriteProjectExtender
Extend a Favourite extender with a Project extender, to provide the Project columns related to a Favourite.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class FavouriteProjectExtender : ProjectExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
FavouriteProjectExtender()
Initialize extender with a given set of features
Declaration
public FavouriteProjectExtender()
Fields
_colFavouriteAssociateId
Extend a Favourite extender with a Project extender, to provide the Project columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colFavouriteAssociateId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colItemIcon
Extend a Favourite extender with a Project extender, to provide the Project columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colItemIcon
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colText
Extend a Favourite extender with a Project extender, to provide the Project 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)
Populate the archive row with columns that are not handled by the base class
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | Reader with data fields |
ArchiveRow | row | Row to be populated |
Overrides
SetJoin()
Create a Sale tableinfo and join it to the parent Favourite
Declaration
protected override ProjectTableInfo SetJoin()
Returns
Type | Description |
---|---|
ProjectTableInfo | SaleTableInfo of the newly created info instance |