Class EabEntryRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the eab_entry table.
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()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the eab_entry table.
Declaration
public EabEntryRecordData()
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.
Fields
DbiAgentId
Integration agent (eJournal)
Declaration
public int DbiAgentId
Field Value
Type | Description |
---|---|
Int32 |
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.
DbiDelete
This field is used for determin which entry to delete during a synchronization
Declaration
public short DbiDelete
Field Value
Type | Description |
---|---|
Int16 |
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.
DbiKey
The primary key for the integrated entry in the external datasource.
Declaration
public string DbiKey
Field Value
Type | Description |
---|---|
String |
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.
DbiLastModified
When the entry was last modified.
Declaration
public DateTime DbiLastModified
Field Value
Type | Description |
---|---|
DateTime |
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.
DbiLastSyncronized
Last external syncronization.
Declaration
public DateTime DbiLastSyncronized
Field Value
Type | Description |
---|---|
DateTime |
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.
EabEntryId
The primary key (auto-incremented)
Declaration
public int EabEntryId
Field Value
Type | Description |
---|---|
Int32 |
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.
EmailAddress
The actual email address.
Declaration
public string EmailAddress
Field Value
Type | Description |
---|---|
String |
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.
FolderId
The id of the folder in which this entry is located.
Declaration
public int FolderId
Field Value
Type | Description |
---|---|
Int32 |
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.
Name
The name of this email address
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |
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.
SmsNumber
The sms number for this person
Declaration
public string SmsNumber
Field Value
Type | Description |
---|---|
String |
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.