Class EabEntryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the eab_entry table.
Inheritance
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class EabEntryRecordData : Object
Remarks
Please use this class instead of a full EabEntryRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding EabEntryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
EabEntryRecordData()
Declaration
public EabEntryRecordData()
Fields
DbiAgentId
Integration agent (eJournal)
Declaration
public int DbiAgentId
Field Value
Type | Description |
---|---|
System.Int32 |
DbiDelete
This field is used for determin which entry to delete during a synchronization
Declaration
public short DbiDelete
Field Value
Type | Description |
---|---|
System.Int16 |
DbiKey
The primary key for the integrated entry in the external datasource.
Declaration
public string DbiKey
Field Value
Type | Description |
---|---|
System.String |
DbiLastModified
When the entry was last modified.
Declaration
public DateTime DbiLastModified
Field Value
Type | Description |
---|---|
System.DateTime |
DbiLastSyncronized
Last external syncronization.
Declaration
public DateTime DbiLastSyncronized
Field Value
Type | Description |
---|---|
System.DateTime |
EabEntryId
The primary key (auto-incremented)
Declaration
public int EabEntryId
Field Value
Type | Description |
---|---|
System.Int32 |
EmailAddress
The actual email address.
Declaration
public string EmailAddress
Field Value
Type | Description |
---|---|
System.String |
FolderId
The id of the folder in which this entry is located.
Declaration
public int FolderId
Field Value
Type | Description |
---|---|
System.Int32 |
Name
The name of this email address
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
SmsNumber
The sms number for this person
Declaration
public string SmsNumber
Field Value
Type | Description |
---|---|
System.String |