Class ExtraMenusTableInfo
Table 'extra_menus': This table contains entries for the extra menus in the system.
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("extra_menus")]
public class ExtraMenusTableInfo : 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.GetExtraMenusInfo().
Fields
DictionaryTableName
Conceptual name of table ExtraMenus in the database dictionary: extra_menus
Declaration
public const string DictionaryTableName = "extra_menus"
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.GetExtraMenusInfo().
Properties
BaseProgram
Field 'base_program' in table 'extra_menus': Dictionary type Enum, .NET type: short
Base program used in url (ticket, rms, ...)Declaration
public UInt16FieldInfo BaseProgram { 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.GetExtraMenusInfo().
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.GetExtraMenusInfo().
DictionaryTableNumber
Table number for table ExtraMenus 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.GetExtraMenusInfo().
ExtraInfo
Field 'extra_info' in table 'extra_menus': Dictionary type String[256], .NET type: string
Field used for various extra information depending on menu typeDeclaration
public StringFieldInfo ExtraInfo { 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.GetExtraMenusInfo().
ExtraMenusId
Field 'id' in table 'extra_menus': Dictionary type PK, .NET type: int
The primary key (auto-incremented)Declaration
public Int32FieldInfo ExtraMenusId { 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.GetExtraMenusInfo().
ExtraTable
Field 'extra_table' in table 'extra_menus': Dictionary type FK, target: ExtraTables, .NET type: int
ExtraTable that the menu is connected toDeclaration
public Int32FieldInfo ExtraTable { 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.GetExtraMenusInfo().
ExtraTable_InnerJoin_ExtraTables
Generated join from the foreign key ExtraTable in this table, to its target table ExtraTablesTableInfo.
Declaration
public TargetedInnerJoin<ExtraTablesTableInfo> ExtraTable_InnerJoin_ExtraTables { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<ExtraTablesTableInfo> |
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.GetExtraMenusInfo().
Flags
Field 'flags' in table 'extra_menus': Dictionary type UInt, .NET type: uint
FlagsDeclaration
public FieldInfo Flags { get; }
Property Value
Type | Description |
---|---|
FieldInfo |
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.GetExtraMenusInfo().
GroupId
Field 'group_id' in table 'extra_menus': Dictionary type FK, target: ExtraMenus, .NET type: int
Link to extra_menus table if this menu item is to be shown in a custom menu groupDeclaration
public Int32FieldInfo GroupId { 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.GetExtraMenusInfo().
GroupId_InnerJoin_ExtraMenus
Generated join from the foreign key GroupId in this table, to its target table ExtraMenusTableInfo.
Declaration
public TargetedInnerJoin<ExtraMenusTableInfo> GroupId_InnerJoin_ExtraMenus { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<ExtraMenusTableInfo> |
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.GetExtraMenusInfo().
IconUrl
Field 'icon_url' in table 'extra_menus': Dictionary type String[256], .NET type: string
The icon url for this menu.Declaration
public StringFieldInfo IconUrl { 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.GetExtraMenusInfo().
Label
Field 'label' in table 'extra_menus': Dictionary type String[129], .NET type: string
The label for this menu.Declaration
public StringFieldInfo Label { 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.GetExtraMenusInfo().
LeftOuterJoin_Ejscript_ExtraMenusId
Generated left outer join from the primary key ExtraMenusId on this table, to Ejscript.ExtraMenusId.
Declaration
public TargetedLeftOuterJoin<EjscriptTableInfo> LeftOuterJoin_Ejscript_ExtraMenusId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<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.GetExtraMenusInfo().
OrderPos
Field 'order_pos' in table 'extra_menus': Dictionary type Int, .NET type: int
Used to order elements when listed.Declaration
public Int32FieldInfo OrderPos { 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.GetExtraMenusInfo().
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.GetExtraMenusInfo().
Screen
Field 'screen' in table 'extra_menus': Dictionary type Enum, .NET type: short
Enum indicating for what screen this is an extra menu (listTicket, listCustomer, main, etc).Declaration
public UInt16FieldInfo Screen { 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.GetExtraMenusInfo().
Target
Field 'target' in table 'extra_menus': Dictionary type String[256], .NET type: string
The target for this url.Declaration
public StringFieldInfo Target { 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.GetExtraMenusInfo().
Url
Field 'url' in table 'extra_menus': Dictionary type String[256], .NET type: string
The url for this menu.Declaration
public StringFieldInfo Url { 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.GetExtraMenusInfo().