Show / Hide Table of Contents

Class DBC.MessageFields

Fields for Message, Definition of a message, corresponding to the header of a protocol

Inheritance
object
DBC.MessageFields
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 DBC.MessageFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top