Show / Hide Table of Contents

Class EjselectionTableInfo

Table 'ejselection': This table stores selections, dynamic groups.

Inheritance
Object
TableInfo
EjselectionTableInfo
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("ejselection")]
public class EjselectionTableInfo : 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 Ejselection in the database dictionary: ejselection

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

Properties

AccessLevel

Field 'access_level' in table 'ejselection': Dictionary type Int, .NET type: Int32

Access level for this selection

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

Creator

Field 'creator' in table 'ejselection': Dictionary type FK, .NET type: Int32

The user who created this selection

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

Creator_InnerJoin_Ejuser

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

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

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

DictionaryTableNumber

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

DisplayProperties

Field 'display_properties' in table 'ejselection': Dictionary type Clob, .NET type: String

The display properties of this selection

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

EjselectionId

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

Primary key

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

EjTable

Field 'ej_table' in table 'ejselection': Dictionary type String[256], .NET type: String

The source table

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

HierarchyId

Field 'hierarchy_id' in table 'ejselection': Dictionary type FK, .NET type: Int32

This extra table is inside this hierarchy folder

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

HierarchyId_InnerJoin_Hierarchy

Generated join from the foreign key HierarchyId in this table, to its target table HierarchyTableInfo.

Declaration
public TargetedInnerJoin<HierarchyTableInfo> HierarchyId_InnerJoin_Hierarchy { get; }
Property Value
Type Description
TargetedInnerJoin<HierarchyTableInfo>

IncludeId

Field 'include_id' in table 'ejselection': Dictionary type String[256], .NET type: String

A unique name used for refering to selections in scripts, url's etc.

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

LastCount

Field 'last_count' in table 'ejselection': Dictionary type Int, .NET type: Int32

Last result count

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

LeftMenu

Field 'left_menu' in table 'ejselection': Dictionary type Bool, .NET type: Int16

Will this selection be listed in the left menu?

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

LeftOuterJoin_EjselEjsel_Child

Generated left outer join from the primary key EjselectionId on this table, to EjselEjsel.Child.

Declaration
public TargetedLeftOuterJoin<EjselEjselTableInfo> LeftOuterJoin_EjselEjsel_Child { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EjselEjselTableInfo>

LeftOuterJoin_EjselEjsel_Parent

Generated left outer join from the primary key EjselectionId on this table, to EjselEjsel.Parent.

Declaration
public TargetedLeftOuterJoin<EjselEjselTableInfo> LeftOuterJoin_EjselEjsel_Parent { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EjselEjselTableInfo>

LeftOuterJoin_EjselMetaResult_Ejselection

Generated left outer join from the primary key EjselectionId on this table, to EjselMetaResult.Ejselection.

Declaration
public TargetedLeftOuterJoin<EjselMetaResultTableInfo> LeftOuterJoin_EjselMetaResult_Ejselection { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EjselMetaResultTableInfo>

LeftOuterJoin_SLink_AddToSelection

Generated left outer join from the primary key EjselectionId on this table, to SLink.AddToSelection.

Declaration
public TargetedLeftOuterJoin<SLinkTableInfo> LeftOuterJoin_SLink_AddToSelection { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SLinkTableInfo>

LeftOuterJoin_SLink_RemoveFromSelection

Generated left outer join from the primary key EjselectionId on this table, to SLink.RemoveFromSelection.

Declaration
public TargetedLeftOuterJoin<SLinkTableInfo> LeftOuterJoin_SLink_RemoveFromSelection { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SLinkTableInfo>

Name

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

The name of this package

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

ResultConfig

Field 'result_config' in table 'ejselection': Dictionary type Clob, .NET type: String

XML data

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

SourceId

Field 'source_id' in table 'ejselection': Dictionary type Int, .NET type: Int32

The id of the source we links to

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

SourceType

Field 'source_type' in table 'ejselection': Dictionary type Int, .NET type: Int32

The source type of this selection

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

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