Class ChatTopicExtenderBase
Base extender class that handles chat_topic. Depending on the SuperOffice.CRM.ArchiveLists.Features requested, this extender will create and link other extenders for related data - potentially quite deep.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class ChatTopicExtenderBase : TableExtenderBase<ChatTopicTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ChatTopicExtenderBase()
Constructor
Declaration
protected ChatTopicExtenderBase()
Fields
ColumnChatTopicId
Base extender class that handles chat_topic. Depending on the SuperOffice.CRM.ArchiveLists.Features requested, this extender will create and link other extenders for related data - potentially quite deep.
Declaration
public const string ColumnChatTopicId = "chatTopicId"
Field Value
Type | Description |
---|---|
string |
_colBadgeHeader
Base extender class that handles chat_topic. Depending on the SuperOffice.CRM.ArchiveLists.Features requested, this extender will create and link other extenders for related data - potentially quite deep.
Declaration
protected ArchiveColumnInfo _colBadgeHeader
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colChatTopicId
Base extender class that handles chat_topic. Depending on the SuperOffice.CRM.ArchiveLists.Features requested, this extender will create and link other extenders for related data - potentially quite deep.
Declaration
protected ArchiveColumnInfo _colChatTopicId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colDescription
Base extender class that handles chat_topic. Depending on the SuperOffice.CRM.ArchiveLists.Features requested, this extender will create and link other extenders for related data - potentially quite deep.
Declaration
protected ArchiveColumnInfo _colDescription
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colName
Base extender class that handles chat_topic. Depending on the SuperOffice.CRM.ArchiveLists.Features requested, this extender will create and link other extenders for related data - potentially quite deep.
Declaration
protected ArchiveColumnInfo _colName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Methods
InnerModifyQuery()
Add/map return fields to the query
Declaration
protected override void InnerModifyQuery()