Class TicketCreatedByExtender
This class connects an Associate extender to the createBy ejUser field of Ticket
Inheritance
TicketCreatedByExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class TicketCreatedByExtender : AssociateExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
TicketCreatedByExtender(string)
This class connects an Associate extender to the createBy ejUser field of Ticket
Declaration
public TicketCreatedByExtender(string iconHint = "Ticket")
Parameters
| Type | Name | Description |
|---|---|---|
| string | iconHint |
Methods
SetJoin()
Set the join from an ejUser field to the associate table
Declaration
protected override AssociateTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| AssociateTableInfo | TableInfo instance to be used by the base class |