Class EmailFolderTableInfo
Table 'email_folder': Corresponds to an email folder on a mail server
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("email_folder")]
public class EmailFolderTableInfo : 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 EmailFolder in the database dictionary: email_folder
Declaration
public const string DictionaryTableName = "email_folder"
Field Value
Type | Description |
---|---|
String |
Properties
AccountId
Field 'account_id' in table 'email_folder': Dictionary type FK, .NET type: Int32
Account id
Declaration
public Int32FieldInfo AccountId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
AccountId_InnerJoin_EmailAccount
Generated join from the foreign key AccountId in this table, to its target table EmailAccountTableInfo.
Declaration
public TargetedInnerJoin<EmailAccountTableInfo> AccountId_InnerJoin_EmailAccount { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<EmailAccountTableInfo> |
Attributes
Field 'attributes' in table 'email_folder': Dictionary type Int, .NET type: Int32
Folder attributes like Subscribed, HasChildren, Junk, Sent...
Declaration
public Int32FieldInfo Attributes { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
DictionaryTableNumber
Table number for table EmailFolder 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 |
EmailFolderId
Field 'email_folder_id' in table 'email_folder': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo EmailFolderId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
FolderSeparator
Field 'folder_separator' in table 'email_folder': Dictionary type String[256], .NET type: String
Character separating subfolders
Declaration
public StringFieldInfo FolderSeparator { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
LeftOuterJoin_EmailItem_EmailFolderId
Generated left outer join from the primary key EmailFolderId on this table, to EmailItem.EmailFolderId.
Declaration
public TargetedLeftOuterJoin<EmailItemTableInfo> LeftOuterJoin_EmailItem_EmailFolderId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<EmailItemTableInfo> |
Name
Field 'name' in table 'email_folder': Dictionary type String[256], .NET type: String
Folder name
Declaration
public StringFieldInfo Name { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
ParentFolderId
Field 'parent_folder_id' in table 'email_folder': Dictionary type FK, .NET type: Int32
Parent folder
Declaration
public Int32FieldInfo ParentFolderId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
ParentFolderId_InnerJoin_EmailFolder
Generated join from the foreign key ParentFolderId in this table, to its target table EmailFolderTableInfo.
Declaration
public TargetedInnerJoin<EmailFolderTableInfo> ParentFolderId_InnerJoin_EmailFolder { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<EmailFolderTableInfo> |
Registered
Field 'registered' in table 'email_folder': Dictionary type UtcDateTime, .NET type: DateTime
Registered when
Declaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
RegisteredAssociateId
Field 'registered_associate_id' in table 'email_folder': Dictionary type FK, .NET type: Int32
Registered by whom
Declaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
RegisteredAssociateId_InnerJoin_Associate
Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
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 |
Updated
Field 'updated' in table 'email_folder': Dictionary type UtcDateTime, .NET type: DateTime
Last updated when
Declaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
UpdatedAssociateId
Field 'updated_associate_id' in table 'email_folder': Dictionary type FK, .NET type: Int32
Last updated by whom
Declaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
UpdatedAssociateId_InnerJoin_Associate
Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
UpdatedCount
Field 'updatedCount' in table 'email_folder': Dictionary type UShort, .NET type: Int16
Number of updates made to this record
Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |