Class ChatUserProvider
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("ChatUser")]
[MDOAdditionalInfo("onlyPresent", "Only users who are present", true)]
[MDOAdditionalInfo("removeSelf", "Do not include current user", true)]
[MDOAdditionalInfo("associate", "Return Associate ID instead of ejUser id", true)]
[MDOAdditionalInfo("topicId", "Only users who are a member of this topic", 0)]
public class ChatUserProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
ChatUserProvider()
Declaration
public ChatUserProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "ChatUser"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)