Class DBC.TreeExplorerLinkFields
Fields for TreeExplorerLink, This table stores the link of entries in a tree-explorer
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TreeExplorerLinkFields : Object
Fields
EntryId
TreeExplorerLink.EntryId: The id of the entry
Declaration
public const string EntryId = "entry_id"
Field Value
Type | Description |
---|---|
String |
Href
TreeExplorerLink.Href: The href of the entry
Declaration
public const string Href = "href"
Field Value
Type | Description |
---|---|
String |
Icon
TreeExplorerLink.Icon: The icon of the entry
Declaration
public const string Icon = "icon"
Field Value
Type | Description |
---|---|
String |
SessionKey
TreeExplorerLink.SessionKey: The session this link belong to
Declaration
public const string SessionKey = "session_key"
Field Value
Type | Description |
---|---|
String |
Target
TreeExplorerLink.Target: The target of the href of the entry
Declaration
public const string Target = "target"
Field Value
Type | Description |
---|---|
String |
Tooltip
TreeExplorerLink.Tooltip: The tooltip of the entry
Declaration
public const string Tooltip = "tooltip"
Field Value
Type | Description |
---|---|
String |
TreeExplorerLinkId
TreeExplorerLink.TreeExplorerLinkId: Primary key
Declaration
public const string TreeExplorerLinkId = "id"
Field Value
Type | Description |
---|---|
String |