Show / Hide Table of Contents

Class ScreenDefinitionElementTableInfo

Table 'screen_definition_element': An element in a configurable screen

Inheritance
Object
TableInfo
ScreenDefinitionElementTableInfo
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("screen_definition_element")]
public class ScreenDefinitionElementTableInfo : 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 ScreenDefinitionElement in the database dictionary: screen_definition_element

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

Properties

BaseTable

Field 'base_table' in table 'screen_definition_element': Dictionary type String[256], .NET type: String

Name of the table used as a base for element profile configuration

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

CreationScript

Field 'creation_script' in table 'screen_definition_element': Dictionary type Clob, .NET type: String

The script used to create this element

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

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

A description of this field

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

DictionaryTableNumber

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

ElementType

Field 'element_type' in table 'screen_definition_element': Dictionary type Enum, .NET type: Int16

An enum for which HtmlElement type this is.

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

Hide

Field 'hide' in table 'screen_definition_element': Dictionary type Bool, .NET type: Int16

If TRUE the element will be hidden from the user

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

LeftOuterJoin_ElementProfile_ScreenDefinitionElement

Generated left outer join from the primary key ScreenDefinitionElementId on this table, to ElementProfile.ScreenDefinitionElement.

Declaration
public TargetedLeftOuterJoin<ElementProfileTableInfo> LeftOuterJoin_ElementProfile_ScreenDefinitionElement { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ElementProfileTableInfo>

Name

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

A name (handle) for this element.

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

OrderPos

Field 'order_pos' in table 'screen_definition_element': Dictionary type Int, .NET type: Int32

The sorted position of this screen in this chooser

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

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

ScreenDefinition

Field 'screen_definition' in table 'screen_definition_element': Dictionary type FK, .NET type: Int32

The screen-definition this element belongs to

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

ScreenDefinition_InnerJoin_ScreenDefinition

Generated join from the foreign key ScreenDefinition in this table, to its target table ScreenDefinitionTableInfo.

Declaration
public TargetedInnerJoin<ScreenDefinitionTableInfo> ScreenDefinition_InnerJoin_ScreenDefinition { get; }
Property Value
Type Description
TargetedInnerJoin<ScreenDefinitionTableInfo>

ScreenDefinitionElementId

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

Primary key

Declaration
public Int32FieldInfo ScreenDefinitionElementId { 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