Class TicketFavouriteExtender
Inheritance
TicketFavouriteExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class TicketFavouriteExtender : FavouriteExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
TicketFavouriteExtender()
Declaration
public TicketFavouriteExtender()
Fields
_colFavouriteAssociateId
Declaration
protected ArchiveColumnInfo _colFavouriteAssociateId
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
SetJoin()
Subclass contract: Implementations of this method should create the extenders' table information object, join it to the relevant parent, and return the table information instance
Declaration
protected override FavouriteTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| FavouriteTableInfo |