Show / Hide Table of Contents

Class DBC.ChatMessageFields

Fields for ChatMessage, This table contains messages in a chat session.

Inheritance
Object
DBC.ChatMessageFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ChatMessageFields : Object

Fields

Author

ChatMessage.Author: The author of the message.

Declaration
public const string Author = "author"
Field Value
Type Description
String

ChatMessageId

ChatMessage.ChatMessageId: The primary key (auto-incremented)

Declaration
public const string ChatMessageId = "id"
Field Value
Type Description
String

CreatedBy

ChatMessage.CreatedBy: The user agent who wrote the message. -1 if customer

Declaration
public const string CreatedBy = "created_by"
Field Value
Type Description
String

Message

ChatMessage.Message: The message.

Declaration
public const string Message = "message"
Field Value
Type Description
String

ReadByCustomer

ChatMessage.ReadByCustomer: Whether the message has been read by the customer or not.

Declaration
public const string ReadByCustomer = "read_by_customer"
Field Value
Type Description
String

SessionId

ChatMessage.SessionId: The reference to the associated chat session.

Declaration
public const string SessionId = "session_id"
Field Value
Type Description
String

SpecialParam

ChatMessage.SpecialParam: Special parameter for the special_type.

Declaration
public const string SpecialParam = "special_param"
Field Value
Type Description
String

SpecialType

ChatMessage.SpecialType: Enum indicating if it is a special message, such as an URL redirection, etc.

Declaration
public const string SpecialType = "special_type"
Field Value
Type Description
String

Type

ChatMessage.Type: The type of the message.

Declaration
public const string Type = "type"
Field Value
Type Description
String

WhenPosted

ChatMessage.WhenPosted: When the message was posted (UTC timestamp).

Declaration
public const string WhenPosted = "when_posted"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top