Class DBC.MessageFields
Fields for Message, Definition of a message, corresponding to the header of a protocol
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MessageFields : Object
Fields
AssociateId
Message.AssociateId: The associate that is the target of this message
Declaration
public const string AssociateId = "associateId"
Field Value
Type | Description |
---|---|
String |
Expire
Message.Expire: The date and time the message expires
Declaration
public const string Expire = "expire"
Field Value
Type | Description |
---|---|
String |
MarkdownMessage
Message.MarkdownMessage: Markdown message to be displayed to user
Declaration
public const string MarkdownMessage = "markdownMessage"
Field Value
Type | Description |
---|---|
String |
MessageId
Message.MessageId: Primary key
Declaration
public const string MessageId = "Message_id"
Field Value
Type | Description |
---|---|
String |
OnlineappId
Message.OnlineappId: The online app that owns this message
Declaration
public const string OnlineappId = "onlineapp_id"
Field Value
Type | Description |
---|---|
String |
Registered
Message.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
Message.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
SystemMessageId
Message.SystemMessageId: Message identifier, used for message update or removal
Declaration
public const string SystemMessageId = "systemMessageId"
Field Value
Type | Description |
---|---|
String |
Type
Message.Type: Type of message, example: info, warning, error
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
String |
Updated
Message.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
Message.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
Message.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |