Show / Hide Table of Contents

Class MsTrashbinTableInfo

Table 'ms_trashbin': This table contains entries for emails which have been trashed by a filter, waiting for confirmation of deletion or import.

Inheritance
Object
TableInfo
MsTrashbinTableInfo
Implements
ICloneable
Inherited Members
TableInfo.ToString()
TableInfo.RegisterFields(FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(String)
TableInfo.ProtAll
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.IsDictionaryTable
TableInfo.All
TableInfo.Item[String]
TableInfo.PrimaryKeyField
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("ms_trashbin")]
public class MsTrashbinTableInfo : 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 MsTrashbin in the database dictionary: ms_trashbin

Declaration
public const string DictionaryTableName = "ms_trashbin"
Field Value
Type Description
String

Properties

Definition

Definition of the table as described in the deployed runtime dictionary

Declaration
public override SoTable Definition { get; }
Property Value
Type Description
SoTable
Overrides
TableInfo.Definition

DictionaryTableNumber

Table number for table MsTrashbin 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

MailInFilterId

Field 'mail_in_filter_id' in table 'ms_trashbin': Dictionary type FK, .NET type: Int32

The id of the mailbox from which this email came.

Declaration
public Int32FieldInfo MailInFilterId { get; }
Property Value
Type Description
Int32FieldInfo

MailInFilterId_InnerJoin_MailInFilter

Generated join from the foreign key MailInFilterId in this table, to its target table MailInFilterTableInfo.

Declaration
public TargetedInnerJoin<MailInFilterTableInfo> MailInFilterId_InnerJoin_MailInFilter { get; }
Property Value
Type Description
TargetedInnerJoin<MailInFilterTableInfo>

MailSorterId

Field 'mail_sorter_id' in table 'ms_trashbin': Dictionary type FK, .NET type: Int32

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

Declaration
public Int32FieldInfo MailSorterId { get; }
Property Value
Type Description
Int32FieldInfo

MailSorterId_InnerJoin_MsFilter

Generated join from the foreign key MailSorterId in this table, to its target table MsFilterTableInfo.

Declaration
public TargetedInnerJoin<MsFilterTableInfo> MailSorterId_InnerJoin_MsFilter { get; }
Property Value
Type Description
TargetedInnerJoin<MsFilterTableInfo>

MsTrashbinId

Field 'id' in table 'ms_trashbin': Dictionary type PK, .NET type: Int32

The primary key (auto-incremented)

Declaration
public Int32FieldInfo MsTrashbinId { get; }
Property Value
Type Description
Int32FieldInfo

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

Subject

Field 'subject' in table 'ms_trashbin': Dictionary type String[256], .NET type: String

The subject field of the trashed email

Declaration
public StringFieldInfo Subject { get; }
Property Value
Type Description
StringFieldInfo

WhenTrashed

Field 'when_trashed' in table 'ms_trashbin': Dictionary type DateTime, .NET type: DateTime

When the email was trashed by the filter.

Declaration
public DateTimeFieldInfo WhenTrashed { get; }
Property Value
Type Description
DateTimeFieldInfo

Implements

System.ICloneable

Extension Methods

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