Class ChatServiceProvider
Inheritance
ChatServiceProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("ChatService")]
public class ChatServiceProvider : ISoListProvider, ISoList
Constructors
ChatServiceProvider()
Declaration
public ChatServiceProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "ChatService"
Field Value
Properties
HeadingItems
Declaration
public List<ISoListHeading> HeadingItems { get; }
Property Value
HistoryInfo
History information for the supported list
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
HistoryItems
Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
RootItems
list of root-level items (items not under any heading)
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Implements
Extension Methods