Show / Hide Table of Contents

Class DBC.EjpackageFields

Fields for Ejpackage, This table stores packages on the system.

Inheritance
Object
DBC.EjpackageFields
Inherited Members
Object.ToString()
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
public static class 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

EjpackageId

Ejpackage.EjpackageId: Primary key

Declaration
public const string EjpackageId = "id"
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

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top