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 MessageFields

Fields

Description

Message.Description: Message description, to aid in debugging and monitoring

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

DetailsRecord

Message.DetailsRecord: Record containing message body

Declaration
public const string DetailsRecord = "detailsRecord"
Field Value
Type Description
String

DetailsTable

Message.DetailsTable: Table containing message body (BatchTask, or some thing else)

Declaration
public const string DetailsTable = "detailsTable"
Field Value
Type Description
String

MessageId

Message.MessageId: Primary key

Declaration
public const string MessageId = "Message_id"
Field Value
Type Description
String

MessageType

Message.MessageType: Application-specific message type

Declaration
public const string MessageType = "messageType"
Field Value
Type Description
String

MotherId

Message.MotherId: ID of message that this message is correlated to; 0 if this is the first message of a conversation

Declaration
public const string MotherId = "motherId"
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

SourceHandler

Message.SourceHandler: Originating message handler

Declaration
public const string SourceHandler = "sourceHandler"
Field Value
Type Description
String

TargetHandler

Message.TargetHandler: Target message handler

Declaration
public const string TargetHandler = "targetHandler"
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