Show / Hide Table of Contents

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
Object
EabEntryRecordData
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class 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.

Constructors

EabEntryRecordData()

Declaration
public EabEntryRecordData()

Fields

DbiAgentId

Integration agent (eJournal)

Declaration
public int DbiAgentId
Field Value
Type Description
Int32

DbiDelete

This field is used for determin which entry to delete during a synchronization

Declaration
public short DbiDelete
Field Value
Type Description
Int16

DbiKey

The primary key for the integrated entry in the external datasource.

Declaration
public string DbiKey
Field Value
Type Description
String

DbiLastModified

When the entry was last modified.

Declaration
public DateTime DbiLastModified
Field Value
Type Description
DateTime

DbiLastSyncronized

Last external syncronization.

Declaration
public DateTime DbiLastSyncronized
Field Value
Type Description
DateTime

EabEntryId

The primary key (auto-incremented)

Declaration
public int EabEntryId
Field Value
Type Description
Int32

EmailAddress

The actual email address.

Declaration
public string EmailAddress
Field Value
Type Description
String

FolderId

The id of the folder in which this entry is located.

Declaration
public int FolderId
Field Value
Type Description
Int32

Name

The name of this email address

Declaration
public string Name
Field Value
Type Description
String

SmsNumber

The sms number for this person

Declaration
public string SmsNumber
Field Value
Type Description
String

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
EabEntryRecordDataExtensions.ToInsert(EabEntryRecordData)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top