Class DBC.MessageHeaderFields
Fields for MessageHeader, This table contains small pieces of information which is listed over the body for each message.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MessageHeaderFields
Fields
HeaderValue
MessageHeader.HeaderValue: A value for this entry.
Declaration
public const string HeaderValue = "value"
Field Value
Type | Description |
---|---|
String |
MessageHeaderId
MessageHeader.MessageHeaderId: The primary key (auto-incremented)
Declaration
public const string MessageHeaderId = "id"
Field Value
Type | Description |
---|---|
String |
MessageId
MessageHeader.MessageId: The id of the message this header entry is connected to.
Declaration
public const string MessageId = "message_id"
Field Value
Type | Description |
---|---|
String |
Name
MessageHeader.Name: A name for this entry.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
StdItem
MessageHeader.StdItem: If this has a value, it indicates that a standard header text from the language database should be used - and witch one to use.
Declaration
public const string StdItem = "std_item"
Field Value
Type | Description |
---|---|
String |
StdItemCol
MessageHeader.StdItemCol: If this is 1, concatenate the standard item text with header name field, if 2 use header value field instead. If this col is 0, use the empty field - preferably the value column.
Declaration
public const string StdItemCol = "std_item_col"
Field Value
Type | Description |
---|---|
String |
Type
MessageHeader.Type: The type for this header entry.
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
String |