Class TreeExplorerLinkTableInfo
Table 'tree_explorer_link': This table stores the link of entries in a tree-explorer
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("tree_explorer_link")]
public class TreeExplorerLinkTableInfo : 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.GetTreeExplorerLinkInfo().
Fields
DictionaryTableName
Conceptual name of table TreeExplorerLink in the database dictionary: tree_explorer_link
Declaration
public const string DictionaryTableName = "tree_explorer_link"
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.GetTreeExplorerLinkInfo().
Properties
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.GetTreeExplorerLinkInfo().
DictionaryTableNumber
Table number for table TreeExplorerLink 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.GetTreeExplorerLinkInfo().
EntryId
Field 'entry_id' in table 'tree_explorer_link': Dictionary type FK, target: TreeExplorerEntry, .NET type: int
The id of the entryDeclaration
public Int32FieldInfo EntryId { 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.GetTreeExplorerLinkInfo().
EntryId_InnerJoin_TreeExplorerEntry
Generated join from the foreign key EntryId in this table, to its target table TreeExplorerEntryTableInfo.
Declaration
public TargetedInnerJoin<TreeExplorerEntryTableInfo> EntryId_InnerJoin_TreeExplorerEntry { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<TreeExplorerEntryTableInfo> |
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.GetTreeExplorerLinkInfo().
Href
Field 'href' in table 'tree_explorer_link': Dictionary type String[256], .NET type: string
The href of the entryDeclaration
public StringFieldInfo Href { 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.GetTreeExplorerLinkInfo().
Icon
Field 'icon' in table 'tree_explorer_link': Dictionary type String[256], .NET type: string
The icon of the entryDeclaration
public StringFieldInfo Icon { 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.GetTreeExplorerLinkInfo().
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.GetTreeExplorerLinkInfo().
SessionKey
Field 'session_key' in table 'tree_explorer_link': Dictionary type String[256], .NET type: string
The session this link belong toDeclaration
public StringFieldInfo SessionKey { 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.GetTreeExplorerLinkInfo().
Target
Field 'target' in table 'tree_explorer_link': Dictionary type String[256], .NET type: string
The target of the href of the entryDeclaration
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.GetTreeExplorerLinkInfo().
Tooltip
Field 'tooltip' in table 'tree_explorer_link': Dictionary type Clob, .NET type: string
The tooltip of the entryDeclaration
public StringFieldInfo Tooltip { 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.GetTreeExplorerLinkInfo().
TreeExplorerLinkId
Field 'id' in table 'tree_explorer_link': Dictionary type PK, .NET type: int
Primary keyDeclaration
public Int32FieldInfo TreeExplorerLinkId { 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.GetTreeExplorerLinkInfo().