Show / Hide Table of Contents

Class DBC.ChatTopicUserFields

Fields for ChatTopicUser, This table connected the chat topics with the users (i.e. the membership).

Inheritance
Object
DBC.ChatTopicUserFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class 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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top