Class ChatServiceProvider
Inheritance
ChatServiceProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("ChatService")]
public class ChatServiceProvider : ISoListProvider, ISoList, IPlugin
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
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
HistoryItems
Declaration
public List<ISoListItem> HistoryItems { get; }
Property Value
RootItems
Declaration
public List<ISoListItem> RootItems { get; }
Property Value
Explicit Interface Implementations
ISoListProvider.Construct(String, String, Int32[], Boolean, String, Boolean)
Declaration
void ISoListProvider.Construct(string listName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)