Class EabEntryTableInfo
Table 'eab_entry': This table contains eab (email address book) entries, i.e. an alias ('Ola Hansen') and an address ('ola@hansen.as').
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("eab_entry")]
public class EabEntryTableInfo : 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 EabEntry in the database dictionary: eab_entry
Declaration
public const string DictionaryTableName = "eab_entry"
Field Value
Type | Description |
---|---|
String |
Properties
DbiAgentId
Field 'dbi_agent_id' in table 'eab_entry': Dictionary type FK, .NET type: Int32
Integration agent (eJournal)
Declaration
public Int32FieldInfo DbiAgentId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
DbiAgentId_InnerJoin_DbiAgent
Generated join from the foreign key DbiAgentId in this table, to its target table DbiAgentTableInfo.
Declaration
public TargetedInnerJoin<DbiAgentTableInfo> DbiAgentId_InnerJoin_DbiAgent { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<DbiAgentTableInfo> |
DbiDelete
Field 'dbi_delete' in table 'eab_entry': Dictionary type Short, .NET type: Int16
This field is used for determin which entry to delete during a synchronization
Declaration
public Int16FieldInfo DbiDelete { get; }
Property Value
Type | Description |
---|---|
Int16FieldInfo |
DbiKey
Field 'dbi_key' in table 'eab_entry': Dictionary type String[256], .NET type: String
The primary key for the integrated entry in the external datasource.
Declaration
public StringFieldInfo DbiKey { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
DbiLastModified
Field 'dbi_last_modified' in table 'eab_entry': Dictionary type DateTime, .NET type: DateTime
When the entry was last modified.
Declaration
public DateTimeFieldInfo DbiLastModified { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
DbiLastSyncronized
Field 'dbi_last_syncronized' in table 'eab_entry': Dictionary type DateTime, .NET type: DateTime
Last external syncronization.
Declaration
public DateTimeFieldInfo DbiLastSyncronized { 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 EabEntry 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 |
EabEntryId
Field 'id' in table 'eab_entry': Dictionary type PK, .NET type: Int32
The primary key (auto-incremented)
Declaration
public Int32FieldInfo EabEntryId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
EmailAddress
Field 'email_address' in table 'eab_entry': Dictionary type String[256], .NET type: String
The actual email address.
Declaration
public StringFieldInfo EmailAddress { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
FolderId
Field 'folder_id' in table 'eab_entry': Dictionary type FK, .NET type: Int32
The id of the folder in which this entry is located.
Declaration
public Int32FieldInfo FolderId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
FolderId_InnerJoin_EabFolder
Generated join from the foreign key FolderId in this table, to its target table EabFolderTableInfo.
Declaration
public TargetedInnerJoin<EabFolderTableInfo> FolderId_InnerJoin_EabFolder { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<EabFolderTableInfo> |
Name
Field 'name' in table 'eab_entry': Dictionary type String[65], .NET type: String
The name of this email address
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 |
SmsNumber
Field 'sms_number' in table 'eab_entry': Dictionary type String[256], .NET type: String
The sms number for this person
Declaration
public StringFieldInfo SmsNumber { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |