Class InboxTableInfo
Table 'inbox': Info and status for safe email import
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("inbox")]
public class InboxTableInfo : 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 Inbox in the database dictionary: inbox
Declaration
public const string DictionaryTableName = "inbox"
Field Value
Type | Description |
---|---|
String |
Properties
Created
Field 'created' in table 'inbox': Dictionary type DateTime, .NET type: DateTime
When the mail was created
Declaration
public DateTimeFieldInfo Created { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
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 Inbox 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 |
Format
Field 'format' in table 'inbox': Dictionary type String[256], .NET type: String
Format of the inbox entry
Declaration
public StringFieldInfo Format { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Imported
Field 'imported' in table 'inbox': Dictionary type DateTime, .NET type: DateTime
When the mail was imported
Declaration
public DateTimeFieldInfo Imported { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
InboxId
Field 'id' in table 'inbox': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo InboxId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
LeftOuterJoin_EjMessage_Inbox
Generated left outer join from the primary key InboxId on this table, to EjMessage.Inbox.
Declaration
public TargetedLeftOuterJoin<EjMessageTableInfo> LeftOuterJoin_EjMessage_Inbox { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<EjMessageTableInfo> |
LockingId
Field 'locking_id' in table 'inbox': Dictionary type FK, .NET type: Int32
A reference to the id of lock
Declaration
public Int32FieldInfo LockingId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
LockingId_InnerJoin_Locking
Generated join from the foreign key LockingId in this table, to its target table LockingTableInfo.
Declaration
public TargetedInnerJoin<LockingTableInfo> LockingId_InnerJoin_Locking { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<LockingTableInfo> |
MailInFilter
Field 'mail_in_filter' in table 'inbox': Dictionary type FK, .NET type: Int32
A reference to the id of the mail box
Declaration
public Int32FieldInfo MailInFilter { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
MailInFilter_InnerJoin_MailInFilter
Generated join from the foreign key MailInFilter in this table, to its target table MailInFilterTableInfo.
Declaration
public TargetedInnerJoin<MailInFilterTableInfo> MailInFilter_InnerJoin_MailInFilter { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<MailInFilterTableInfo> |
MailSize
Field 'mail_size' in table 'inbox': Dictionary type Int, .NET type: Int32
The size of the mail in bytes
Declaration
public Int32FieldInfo MailSize { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
NextRetry
Field 'next_retry' in table 'inbox': Dictionary type DateTime, .NET type: DateTime
When is the next time we should try again?
Declaration
public DateTimeFieldInfo NextRetry { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Plugin
Field 'plugin' in table 'inbox': Dictionary type String[256], .NET type: String
Name of plugin that created this inbox entry
Declaration
public StringFieldInfo Plugin { 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 |
Status
Field 'status' in table 'inbox': Dictionary type Int, .NET type: Int32
Status enum
Declaration
public Int32FieldInfo Status { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Uidl
Field 'uidl' in table 'inbox': Dictionary type String[256], .NET type: String
The uidl of the message. stored before the retrieval starts to prevent double import For locking purposes
Declaration
public StringFieldInfo Uidl { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |