Show / Hide Table of Contents

Class ExtraMenusTableInfo

Table 'extra_menus': This table contains entries for the extra menus in the system.

Inheritance
Object
TableInfo
ExtraMenusTableInfo
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("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 .

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

Properties

BaseProgram

Field 'base_program' in table 'extra_menus': Dictionary type Enum, .NET type: Int16

Base program used in url (ticket, rms, ...)

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

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 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
Int32

ExtraInfo

Field 'extra_info' in table 'extra_menus': Dictionary type String[256], .NET type: String

Field used for various extra information depending on menu type

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

ExtraMenusId

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

The primary key (auto-incremented)

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

ExtraTable

Field 'extra_table' in table 'extra_menus': Dictionary type FK, .NET type: Int32

ExtraTable that the menu is connected to

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

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>

Flags

Field 'flags' in table 'extra_menus': Dictionary type UInt, .NET type: UInt32

Flags

Declaration
public FieldInfo Flags { get; }
Property Value
Type Description
FieldInfo

GroupId

Field 'group_id' in table 'extra_menus': Dictionary type FK, .NET type: Int32

Link to extra_menus table if this menu item is to be shown in a custom menu group

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

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>

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

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

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>

OrderPos

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

Used to order elements when listed.

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

Screen

Field 'screen' in table 'extra_menus': Dictionary type Enum, .NET type: Int16

Enum indicating for what screen this is an extra menu (listTicket, listCustomer, main, etc).

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

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

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

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