Class TicketMessageExtenderBase
This is the base class for all extenders that add EjMessage fields to their base query. It handles all ej-message-related fields, as well as having its own standard extenders for udef, email, phone and fax. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjMessageTableInfo to the RootQuery.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class TicketMessageExtenderBase : TableExtenderBase<EjMessageTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
TicketMessageExtenderBase()
Construct the extender and all all standard extenders (all features)
Declaration
public TicketMessageExtenderBase()
Fields
ColumnTicketId
This is the base class for all extenders that add EjMessage fields to their base query. It handles all ej-message-related fields, as well as having its own standard extenders for udef, email, phone and fax. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjMessageTableInfo to the RootQuery.
Declaration
public const string ColumnTicketId = "ticketId"
Field Value
Type | Description |
---|---|
string |
_colAuthor
This is the base class for all extenders that add EjMessage fields to their base query. It handles all ej-message-related fields, as well as having its own standard extenders for udef, email, phone and fax. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjMessageTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colAuthor
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colBody
This is the base class for all extenders that add EjMessage fields to their base query. It handles all ej-message-related fields, as well as having its own standard extenders for udef, email, phone and fax. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjMessageTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colBody
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colCreatedAt
This is the base class for all extenders that add EjMessage fields to their base query. It handles all ej-message-related fields, as well as having its own standard extenders for udef, email, phone and fax. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjMessageTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colCreatedAt
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colDebugInfo
This is the base class for all extenders that add EjMessage fields to their base query. It handles all ej-message-related fields, as well as having its own standard extenders for udef, email, phone and fax. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjMessageTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colDebugInfo
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colHeader
This is the base class for all extenders that add EjMessage fields to their base query. It handles all ej-message-related fields, as well as having its own standard extenders for udef, email, phone and fax. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjMessageTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colHeader
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colHtmlBody
This is the base class for all extenders that add EjMessage fields to their base query. It handles all ej-message-related fields, as well as having its own standard extenders for udef, email, phone and fax. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjMessageTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colHtmlBody
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colImportant
This is the base class for all extenders that add EjMessage fields to their base query. It handles all ej-message-related fields, as well as having its own standard extenders for udef, email, phone and fax. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjMessageTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colImportant
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colMessageId
This is the base class for all extenders that add EjMessage fields to their base query. It handles all ej-message-related fields, as well as having its own standard extenders for udef, email, phone and fax. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjMessageTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colMessageId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colSLevel
This is the base class for all extenders that add EjMessage fields to their base query. It handles all ej-message-related fields, as well as having its own standard extenders for udef, email, phone and fax. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjMessageTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colSLevel
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colSearchTitle
This is the base class for all extenders that add EjMessage fields to their base query. It handles all ej-message-related fields, as well as having its own standard extenders for udef, email, phone and fax. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjMessageTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colSearchTitle
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colTicketId
This is the base class for all extenders that add EjMessage fields to their base query. It handles all ej-message-related fields, as well as having its own standard extenders for udef, email, phone and fax. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjMessageTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colTicketId
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)
Derived classes should implement the population of ColumnData items for columns that are NOT handled by this base class in this method. Whether a column is handled by this base class is part of its database binding information, set by the various MapXXX methods.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | Data reader with the query result (one row) |
ArchiveRow | row | archive row to be populated |
Overrides
SetRestriction(params ArchiveRestrictionInfo[])
Set the restriction for the query. This method sets the restrictions for this provider, as well as invoking the same call on all known extenders. Recursion will take it to the bottom. This method actually only saves the restriction specification for use during query processing.
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRestrictionInfo[] | restrictions | Array of restrictions (implicit AND) |
Returns
Type | Description |
---|---|
bool |