Class DBC.EjpackageFields
Fields for Ejpackage, This table stores packages on the system.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.EjpackageFields
Fields
AttachmentId
Ejpackage.AttachmentId: The attachment.id for the attachment containing the xml
Declaration
public const string AttachmentId = "attachment_id"
Field Value
Type | Description |
---|---|
string |
Description
Ejpackage.Description: Description/comment
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
string |
EjVersion
Ejpackage.EjVersion: The oldest eJournal version this package can be installed on
Declaration
public const string EjVersion = "ej_version"
Field Value
Type | Description |
---|---|
string |
EjpackageId
Ejpackage.EjpackageId: Primary key
Declaration
public const string EjpackageId = "id"
Field Value
Type | Description |
---|---|
string |
InstallScript
Ejpackage.InstallScript: Installation script
Declaration
public const string InstallScript = "install_script"
Field Value
Type | Description |
---|---|
string |
Locked
Ejpackage.Locked: Locked package - components should not be modified by users
Declaration
public const string Locked = "locked"
Field Value
Type | Description |
---|---|
string |
Name
Ejpackage.Name: The name of this package
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
string |
PackageVersion
Ejpackage.PackageVersion: Version of the created package
Declaration
public const string PackageVersion = "package_version"
Field Value
Type | Description |
---|---|
string |
UploadedAt
Ejpackage.UploadedAt: Time of upload of this package
Declaration
public const string UploadedAt = "uploaded_at"
Field Value
Type | Description |
---|---|
string |
UploadedBy
Ejpackage.UploadedBy: Uploaded by
Declaration
public const string UploadedBy = "uploaded_by"
Field Value
Type | Description |
---|---|
string |