Show / Hide Table of Contents

Class EmailAttachmentTableInfo

Table 'email_attachment': Attachment info related to an email_item

Inheritance
Object
TableInfo
EmailAttachmentTableInfo
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("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
TableInfo.Definition

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

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