Class TicketTicketExtender
This class essentially converts a Ticket extender into a primary query provider, suitable for use in the Ticket Archive as the root query provider. This is done by having the SetJoin method return a free-standing TicketTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Inheritance
TicketTicketExtender
Implements
Inherited Members
Namespace: SuperOfficeCRMArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class TicketTicketExtender : TicketExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
TicketTicketExtender()
Declaration
public TicketTicketExtender()
Properties
TableToExtend
Return the free-standing ticket table instance
Declaration
public override TableInfo TableToExtend { get; }
Property Value
| Type | Description |
|---|---|
| TableInfo |
Overrides
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()
Return the free-standing ticket table instance
Declaration
protected override TicketTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| TicketTableInfo | TableInfo instance to be used by the base class |