Show / Hide Table of Contents

Class EjpackageTableInfo

Table 'ejpackage': This table stores packages on the system.

Inheritance
Object
TableInfo
EjpackageTableInfo
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("ejpackage")]
public class EjpackageTableInfo : 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 Ejpackage in the database dictionary: ejpackage

Declaration
public const string DictionaryTableName = "ejpackage"
Field Value
Type Description
String

Properties

AttachmentId

Field 'attachment_id' in table 'ejpackage': Dictionary type FK, .NET type: Int32

The attachment.id for the attachment containing the xml

Declaration
public Int32FieldInfo AttachmentId { get; }
Property Value
Type Description
Int32FieldInfo

AttachmentId_InnerJoin_Attachment

Generated join from the foreign key AttachmentId in this table, to its target table AttachmentTableInfo.

Declaration
public TargetedInnerJoin<AttachmentTableInfo> AttachmentId_InnerJoin_Attachment { get; }
Property Value
Type Description
TargetedInnerJoin<AttachmentTableInfo>

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 'ejpackage': Dictionary type String[256], .NET type: String

Description/comment

Declaration
public StringFieldInfo Description { get; }
Property Value
Type Description
StringFieldInfo

DictionaryTableNumber

Table number for table Ejpackage 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

EjpackageId

Field 'id' in table 'ejpackage': Dictionary type PK, .NET type: Int32

Primary key

Declaration
public Int32FieldInfo EjpackageId { get; }
Property Value
Type Description
Int32FieldInfo

EjVersion

Field 'ej_version' in table 'ejpackage': Dictionary type String[256], .NET type: String

The oldest eJournal version this package can be installed on

Declaration
public StringFieldInfo EjVersion { get; }
Property Value
Type Description
StringFieldInfo

InstallScript

Field 'install_script' in table 'ejpackage': Dictionary type Clob, .NET type: String

Installation script

Declaration
public StringFieldInfo InstallScript { get; }
Property Value
Type Description
StringFieldInfo

LeftOuterJoin_EjpackageItem_Ejpackage

Generated left outer join from the primary key EjpackageId on this table, to EjpackageItem.Ejpackage.

Declaration
public TargetedLeftOuterJoin<EjpackageItemTableInfo> LeftOuterJoin_EjpackageItem_Ejpackage { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EjpackageItemTableInfo>

Locked

Field 'locked' in table 'ejpackage': Dictionary type Bool, .NET type: Int16

Locked package - components should not be modified by users

Declaration
public UInt16FieldInfo Locked { get; }
Property Value
Type Description
UInt16FieldInfo

Name

Field 'name' in table 'ejpackage': Dictionary type String[256], .NET type: String

The name of this package

Declaration
public StringFieldInfo Name { get; }
Property Value
Type Description
StringFieldInfo

PackageVersion

Field 'package_version' in table 'ejpackage': Dictionary type String[256], .NET type: String

Version of the created package

Declaration
public StringFieldInfo PackageVersion { 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

UploadedAt

Field 'uploaded_at' in table 'ejpackage': Dictionary type DateTime, .NET type: DateTime

Time of upload of this package

Declaration
public DateTimeFieldInfo UploadedAt { get; }
Property Value
Type Description
DateTimeFieldInfo

UploadedBy

Field 'uploaded_by' in table 'ejpackage': Dictionary type FK, .NET type: Int32

Uploaded by

Declaration
public Int32FieldInfo UploadedBy { get; }
Property Value
Type Description
Int32FieldInfo

UploadedBy_InnerJoin_Ejuser

Generated join from the foreign key UploadedBy in this table, to its target table EjuserTableInfo.

Declaration
public TargetedInnerJoin<EjuserTableInfo> UploadedBy_InnerJoin_Ejuser { get; }
Property Value
Type Description
TargetedInnerJoin<EjuserTableInfo>

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