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 DBC.AttachmentFields
Fields
AttSize
Attachment.AttSize: The size (in bytes) for the attachment.
Declaration
public const string AttSize = "att_size"
Field Value
| Type | Description |
|---|---|
| string |
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 |
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 |