Class ChatConversationSelectionMemberExtender
This class is a root extender based on Chat Session with the added functionality that it instantiates a GenericTargetSelectionMemberExtender. Thus giving us the chat session data based on a static ticket selection.
Inheritance
ChatConversationSelectionMemberExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ChatConversationSelectionMemberExtender : ChatSessionExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin, IArchiveProviderExtenderAccept
Constructors
ChatConversationSelectionMemberExtender()
This class is a root extender based on Chat Session with the added functionality that it instantiates a GenericTargetSelectionMemberExtender. Thus giving us the chat session data based on a static ticket selection.
Declaration
public ChatConversationSelectionMemberExtender()
Methods
SetJoin()
Returns our table, a TicketTableInfo.
Declaration
protected override ChatSessionTableInfo SetJoin()
Returns
Type | Description |
---|---|
ChatSessionTableInfo | TicketTableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.ChatSessionTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)