Class ChatSessionProvider
Archive provider for listing chat session and related data to a chat
Inheritance
ChatSessionProvider
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("ChatSession", 1073741823)]
public class ChatSessionProvider : TypedQueryProviderBase<ArchiveRow, ChatSessionChatSessionExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
ChatSessionProvider()
Archive provider for listing chat session and related data to a chat
Declaration
protected ChatSessionProvider()
ChatSessionProvider(ActivityArchiveKind)
Archive provider for listing chat session and related data to a chat
Declaration
public ChatSessionProvider(ActivityArchiveKind kind)
Parameters
Type | Name | Description |
---|---|---|
ActivityArchiveKind | kind |
Fields
ProviderName
Archive provider for listing chat session and related data to a chat
Declaration
public const string ProviderName = "ChatSession"
Field Value
Type | Description |
---|---|
String |
RowTypeChat
Archive provider for listing chat session and related data to a chat
Declaration
public const string RowTypeChat = "chat"
Field Value
Type | Description |
---|---|
String |
Methods
PostProcessQuery()
Archive provider for listing chat session and related data to a chat
Declaration
public override void PostProcessQuery()
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.PostProcessQuery()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)