Class ChatSessionChatSessionExtender
This class essentially converts a ChatSession extender into a primary query provider, suitable for use in the ChatSession Archive as the root query provider. This is done by having the SetJoin method return a free-standing ChatSessionTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Inheritance
ChatSessionChatSessionExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ChatSessionChatSessionExtender : ChatSessionExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IArchiveProviderExtenderAccept
Constructors
ChatSessionChatSessionExtender()
Construct the object and instantiate the ChatSessionTableInfo
Declaration
public ChatSessionChatSessionExtender()
Properties
TableToExtend
Return the free-standing table instance
Declaration
public override TableInfo TableToExtend { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
Methods
SetJoin()
Return the free-standing table instance
Declaration
protected override ChatSessionTableInfo SetJoin()
Returns
Type | Description |
---|---|
ChatSessionTableInfo | TableInfo instance to be used by the base class |