Show / Hide Table of Contents

Class MsTrashbinRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ms_trashbin table.

Inheritance
Object
MsTrashbinRecordData
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 MsTrashbinRecordData
Remarks

Please use this class instead of a full MsTrashbinRow 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 MsTrashbinTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

MsTrashbinRecordData()

Declaration
public MsTrashbinRecordData()

Fields

MailInFilterId

The id of the mailbox from which this email came.

Declaration
public int MailInFilterId
Field Value
Type Description
Int32

MailSorterId

The id of the filter which sent this email to the trashbin.

Declaration
public int MailSorterId
Field Value
Type Description
Int32

MsTrashbinId

The primary key (auto-incremented)

Declaration
public int MsTrashbinId
Field Value
Type Description
Int32

Subject

The subject field of the trashed email

Declaration
public string Subject
Field Value
Type Description
String

WhenTrashed

When the email was trashed by the filter.

Declaration
public DateTime WhenTrashed
Field Value
Type Description
DateTime

Extension Methods

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