Class ScreenDefinitionActionTableInfo
Table 'screen_definition_action': An action to perform for a certain button in an screen
Implements
Inherited Members
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 TablesInfo.GetScreenDefinitionActionInfo().
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 |
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.GetScreenDefinitionActionInfo().
Properties
Button
Field 'button' in table 'screen_definition_action': Dictionary type String[256], .NET type: string
The name of the button triggering this actionDeclaration
public StringFieldInfo Button { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
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.GetScreenDefinitionActionInfo().
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
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.GetScreenDefinitionActionInfo().
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 |
---|---|
int |
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.GetScreenDefinitionActionInfo().
DoCheck
Field 'do_check' in table 'screen_definition_action': Dictionary type Bool, .NET type: short
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 |
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.GetScreenDefinitionActionInfo().
Ejscript
Field 'ejscript' in table 'screen_definition_action': Dictionary type FK, target: Ejscript, .NET type: int
Deprecated. The ejscript to execute if this is a form which is postedDeclaration
public Int32FieldInfo Ejscript { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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.GetScreenDefinitionActionInfo().
EjscriptBody
Field 'ejscript_body' in table 'screen_definition_action': Dictionary type Clob, .NET type: string
The script to execute for this button/actionDeclaration
public StringFieldInfo EjscriptBody { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
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.GetScreenDefinitionActionInfo().
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> |
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.GetScreenDefinitionActionInfo().
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 |
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.GetScreenDefinitionActionInfo().
ScreenDefinition
Field 'screen_definition' in table 'screen_definition_action': Dictionary type FK, target: ScreenDefinition, .NET type: int
The screen-definition this element belongs toDeclaration
public Int32FieldInfo ScreenDefinition { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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.GetScreenDefinitionActionInfo().
ScreenDefinitionActionId
Field 'id' in table 'screen_definition_action': Dictionary type PK, .NET type: int
Primary keyDeclaration
public Int32FieldInfo ScreenDefinitionActionId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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.GetScreenDefinitionActionInfo().
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> |
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.GetScreenDefinitionActionInfo().