Class MsFilterMailTableInfo
Table 'ms_filter_mail': This table connects mail filters (ms_filter) to mailboxes (mail_in_filter).
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("ms_filter_mail")]
public class MsFilterMailTableInfo : 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 TablesInfo.GetMsFilterMailInfo().
Fields
DictionaryTableName
Conceptual name of table MsFilterMail in the database dictionary: ms_filter_mail
Declaration
public const string DictionaryTableName = "ms_filter_mail"
Field Value
Type | Description |
---|---|
string |
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 TablesInfo.GetMsFilterMailInfo().
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
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 TablesInfo.GetMsFilterMailInfo().
DictionaryTableNumber
Table number for table MsFilterMail 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 |
---|---|
int |
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 TablesInfo.GetMsFilterMailInfo().
MailInFilterId
Field 'mail_in_filter_id' in table 'ms_filter_mail': Dictionary type FK, target: MailInFilter, .NET type: int
The reference to the mailbox.Declaration
public Int32FieldInfo MailInFilterId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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 TablesInfo.GetMsFilterMailInfo().
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> |
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 TablesInfo.GetMsFilterMailInfo().
MailSorterId
Field 'mail_sorter_id' in table 'ms_filter_mail': Dictionary type FK, target: MsFilter, .NET type: int
The reference to the mail filter entry.Declaration
public Int32FieldInfo MailSorterId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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 TablesInfo.GetMsFilterMailInfo().
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> |
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 TablesInfo.GetMsFilterMailInfo().
MsFilterMailId
Field 'id' in table 'ms_filter_mail': Dictionary type PK, .NET type: int
The primary key (auto-incremented)Declaration
public Int32FieldInfo MsFilterMailId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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 TablesInfo.GetMsFilterMailInfo().
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 |
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 TablesInfo.GetMsFilterMailInfo().