Class DBC.AttachmentFields
Fields for Attachment, This table contains metadata for attachments. The actual attachments are stored directly on disk, with filenames based on the the primary key for this table.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class AttachmentFields
Fields
AttachmentId
Attachment.AttachmentId: The primary key (auto-incremented)
Declaration
public const string AttachmentId = "id"
Field Value
Type | Description |
---|---|
String |
AttachmentLocationId
Attachment.AttachmentLocationId: The id of the attachment_location this attachment is stored in
Declaration
public const string AttachmentLocationId = "attachment_location_id"
Field Value
Type | Description |
---|---|
String |
AttSize
Attachment.AttSize: The size (in bytes) for the attachment.
Declaration
public const string AttSize = "att_size"
Field Value
Type | Description |
---|---|
String |
AuthKey
Attachment.AuthKey: The key used for authenticating access to this attachment.
Declaration
public const string AuthKey = "auth_key"
Field Value
Type | Description |
---|---|
String |
Charset
Attachment.Charset: The charset if this is a text attachment
Declaration
public const string Charset = "charset"
Field Value
Type | Description |
---|---|
String |
ContentType
Attachment.ContentType: The content type for the attachment (e.g. 'applaction/octet-stream' or 'application/vnd.openxmlformats-officedocument.wordprocessingml.document').
Declaration
public const string ContentType = "content_type"
Field Value
Type | Description |
---|---|
String |
DbiAgentId
Attachment.DbiAgentId: Integration agent (eJournal)
Declaration
public const string DbiAgentId = "dbi_agent_id"
Field Value
Type | Description |
---|---|
String |
DbiKey
Attachment.DbiKey: The primary key for the integrated entry in the external datasource.
Declaration
public const string DbiKey = "dbi_key"
Field Value
Type | Description |
---|---|
String |
DbiLastModified
Attachment.DbiLastModified: When the entry was last modified.
Declaration
public const string DbiLastModified = "dbi_last_modified"
Field Value
Type | Description |
---|---|
String |
DbiLastSyncronized
Attachment.DbiLastSyncronized: Last external syncronization.
Declaration
public const string DbiLastSyncronized = "dbi_last_syncronized"
Field Value
Type | Description |
---|---|
String |
Name
Attachment.Name: The filename for the attachment.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |