Show / Hide Table of Contents

Class ScreenDefinitionActionTableInfo

Table 'screen_definition_action': An action to perform for a certain button in an screen

Inheritance
Object
TableInfo
ScreenDefinitionActionTableInfo
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_action")]
public class ScreenDefinitionActionTableInfo : 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 ScreenDefinitionAction in the database dictionary: screen_definition_action

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

Properties

Button

Field 'button' in table 'screen_definition_action': Dictionary type String[256], .NET type: String

The name of the button triggering this action

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

DictionaryTableNumber

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

DoCheck

Field 'do_check' in table 'screen_definition_action': Dictionary type Bool, .NET type: Int16

If set, then run check() before executing button (making sure values in form fields are ok)

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

Ejscript

Field 'ejscript' in table 'screen_definition_action': Dictionary type FK, .NET type: Int32

Deprecated. The ejscript to execute if this is a form which is posted

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

Ejscript_InnerJoin_Ejscript

Generated join from the foreign key Ejscript in this table, to its target table EjscriptTableInfo.

Declaration
public TargetedInnerJoin<EjscriptTableInfo> Ejscript_InnerJoin_Ejscript { get; }
Property Value
Type Description
TargetedInnerJoin<EjscriptTableInfo>

EjscriptBody

Field 'ejscript_body' in table 'screen_definition_action': Dictionary type Clob, .NET type: String

The script to execute for this button/action

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

ScreenDefinition

Field 'screen_definition' in table 'screen_definition_action': 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>

ScreenDefinitionActionId

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

Primary key

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