Class TicketPriorityExtenderBase
This is the base class for all extenders that add Person fields to their base query. It handles all person-related fields,
as well as having its own standard extenders for udef, email, phone and fax. Derived classes should simply implement
the
Inheritance
TicketPriorityExtenderBase
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class TicketPriorityExtenderBase : TableExtenderBase<TicketPriorityTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
TicketPriorityExtenderBase()
Construct the extender and all standard extenders (all features)
Declaration
public TicketPriorityExtenderBase()
Fields
_colName
Declaration
protected ArchiveColumnInfo _colName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colTicketPriorityId
Declaration
protected ArchiveColumnInfo _colTicketPriorityId
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
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.TicketPriorityTableInfo>.InnerModifyQuery()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)