Class DBC.ChatTopicUserFields
Fields for ChatTopicUser, This table connected the chat topics with the users (i.e. the membership).
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ChatTopicUserFields
Fields
CanListen
ChatTopicUser.CanListen: True of a user can listen in on this topic
Declaration
public const string CanListen = "can_listen"
Field Value
Type | Description |
---|---|
string |
CanRespond
ChatTopicUser.CanRespond: True if the user can respond to chats in this topic
Declaration
public const string CanRespond = "can_respond"
Field Value
Type | Description |
---|---|
string |
ChatTopicUserId
ChatTopicUser.ChatTopicUserId: The primary key (auto-incremented)
Declaration
public const string ChatTopicUserId = "id"
Field Value
Type | Description |
---|---|
string |
Manager
ChatTopicUser.Manager: True if the user is a manager for this topic
Declaration
public const string Manager = "manager"
Field Value
Type | Description |
---|---|
string |
Notifications
ChatTopicUser.Notifications: True if the user should receive notifications for this topic
Declaration
public const string Notifications = "notifications"
Field Value
Type | Description |
---|---|
string |
TopicId
ChatTopicUser.TopicId: The reference to the associated chat topic.
Declaration
public const string TopicId = "topic_id"
Field Value
Type | Description |
---|---|
string |
UserId
ChatTopicUser.UserId: The reference to the associated user
Declaration
public const string UserId = "user_id"
Field Value
Type | Description |
---|---|
string |