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(params FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(string)
TableInfo.ProtAll
TableInfo.UseNolockIfPossible
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.IsDictionaryTable
TableInfo.All
TableInfo.this[string]
TableInfo.PrimaryKeyField
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOfficeCRMData
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 TablesInfo.GetEjpackageInfo().

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, target: Attachment, .NET type: int

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
TargetedInnerJoinAttachmentTableInfo

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
int

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

EjpackageId

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

Primary key

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

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
TargetedLeftOuterJoinEjpackageItemTableInfo

Locked

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

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, target: Ejuser, .NET type: int

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
TargetedInnerJoinEjuserTableInfo

Implements

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