Show / Hide Table of Contents

Class MessageHeaderTableInfo

Table 'message_header': This table contains small pieces of information which is listed over the body for each message.

Inheritance
Object
TableInfo
MessageHeaderTableInfo
Implements
ICloneable
Inherited Members
TableInfo.ToString()
TableInfo.RegisterFields(FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(String)
TableInfo.ProtAll
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.IsDictionaryTable
TableInfo.All
TableInfo.Item[String]
TableInfo.PrimaryKeyField
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
[DatabaseTable("message_header")]
public class MessageHeaderTableInfo : TableInfo, ICloneable
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling .

Fields

DictionaryTableName

Conceptual name of table MessageHeader in the database dictionary: message_header

Declaration
public const string DictionaryTableName = "message_header"
Field Value
Type Description
String

Properties

Definition

Definition of the table as described in the deployed runtime dictionary

Declaration
public override SoTable Definition { get; }
Property Value
Type Description
SoTable
Overrides
TableInfo.Definition

DictionaryTableNumber

Table number for table MessageHeader in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database

Declaration
public int DictionaryTableNumber { get; }
Property Value
Type Description
Int32

HeaderValue

Field 'value' in table 'message_header': Dictionary type Clob, .NET type: String

A value for this entry.

Declaration
public StringFieldInfo HeaderValue { get; }
Property Value
Type Description
StringFieldInfo

MessageHeaderId

Field 'id' in table 'message_header': Dictionary type PK, .NET type: Int32

The primary key (auto-incremented)

Declaration
public Int32FieldInfo MessageHeaderId { get; }
Property Value
Type Description
Int32FieldInfo

MessageId

Field 'message_id' in table 'message_header': Dictionary type FK, .NET type: Int32

The id of the message this header entry is connected to.

Declaration
public Int32FieldInfo MessageId { get; }
Property Value
Type Description
Int32FieldInfo

MessageId_InnerJoin_EjMessage

Generated join from the foreign key MessageId in this table, to its target table EjMessageTableInfo.

Declaration
public TargetedInnerJoin<EjMessageTableInfo> MessageId_InnerJoin_EjMessage { get; }
Property Value
Type Description
TargetedInnerJoin<EjMessageTableInfo>

Name

Field 'name' in table 'message_header': Dictionary type String[65], .NET type: String

A name for this entry.

Declaration
public StringFieldInfo Name { get; }
Property Value
Type Description
StringFieldInfo

RuntimeDefinition

Definition of the table as described in the deployed runtime dictionary

Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type Description
SoTable

StdItem

Field 'std_item' in table 'message_header': Dictionary type Enum, .NET type: Int16

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 UInt16FieldInfo StdItem { get; }
Property Value
Type Description
UInt16FieldInfo

StdItemCol

Field 'std_item_col' in table 'message_header': Dictionary type Enum, .NET type: Int16

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 UInt16FieldInfo StdItemCol { get; }
Property Value
Type Description
UInt16FieldInfo

Type

Field 'type' in table 'message_header': Dictionary type Enum, .NET type: Int16

The type for this header entry.

Declaration
public UInt16FieldInfo Type { get; }
Property Value
Type Description
UInt16FieldInfo

Implements

System.ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top