Class MessageIdTableInfo
Table 'message_id': This table links an email message id to an eJournal item
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("message_id")]
public class MessageIdTableInfo : 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 MessageId in the database dictionary: message_id
Declaration
public const string DictionaryTableName = "message_id"
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
DictionaryTableNumber
Table number for table MessageId 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 |
Domain
Field 'domain' in table 'message_id': Dictionary type Int, .NET type: Int32
The domain to which this message id links
Declaration
public Int32FieldInfo Domain { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
ItemId
Field 'item_id' in table 'message_id': Dictionary type Int, .NET type: Int32
The id of the element this item links to
Declaration
public Int32FieldInfo ItemId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
MessageId
Field 'message_id' in table 'message_id': Dictionary type String[256], .NET type: String
The message id
Declaration
public StringFieldInfo MessageId { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
MessageIdId
Field 'id' in table 'message_id': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo MessageIdId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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 |