Class EmailAttachmentTableInfo
Table 'email_attachment': Attachment info related to an email_item
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("email_attachment")]
public class EmailAttachmentTableInfo : 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 EmailAttachment in the database dictionary: email_attachment
Declaration
public const string DictionaryTableName = "email_attachment"
Field Value
Type | Description |
---|---|
String |
Properties
Cid
Field 'cid' in table 'email_attachment': Dictionary type String[256], .NET type: String
The actual cid or the index of the mime part (an integer)
Declaration
public StringFieldInfo Cid { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
Description
Field 'description' in table 'email_attachment': Dictionary type String[256], .NET type: String
Attachment description
Declaration
public StringFieldInfo Description { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
DictionaryTableNumber
Table number for table EmailAttachment 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 |
Disposition
Field 'disposition' in table 'email_attachment': Dictionary type String[256], .NET type: String
Attachment disposition
Declaration
public StringFieldInfo Disposition { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
EmailAttachmentId
Field 'email_attachment_id' in table 'email_attachment': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo EmailAttachmentId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
EmailItemId
Field 'email_item_id' in table 'email_attachment': Dictionary type FK, .NET type: Int32
Id of the email_item
Declaration
public Int32FieldInfo EmailItemId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
EmailItemId_InnerJoin_EmailItem
Generated join from the foreign key EmailItemId in this table, to its target table EmailItemTableInfo.
Declaration
public TargetedInnerJoin<EmailItemTableInfo> EmailItemId_InnerJoin_EmailItem { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<EmailItemTableInfo> |
Encoding
Field 'encoding' in table 'email_attachment': Dictionary type String[256], .NET type: String
The attachment encoding
Declaration
public StringFieldInfo Encoding { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Filename
Field 'filename' in table 'email_attachment': Dictionary type String[256], .NET type: String
Filename of attachment
Declaration
public StringFieldInfo Filename { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
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 |
Size
Field 'size' in table 'email_attachment': Dictionary type Int, .NET type: Int32
Attachment file size
Declaration
public Int32FieldInfo Size { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Type
Field 'type' in table 'email_attachment': Dictionary type String[256], .NET type: String
Attachment type
Declaration
public StringFieldInfo Type { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |