Class DBC.TreeExplorerEntryFields
Fields for TreeExplorerEntry, This table stores the entries in a tree-explorer
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TreeExplorerEntryFields : Object
Fields
ExpandOrder
TreeExplorerEntry.ExpandOrder: If > 0 then expanded and insertorder for the tree
Declaration
public const string ExpandOrder = "expand_order"
Field Value
Type | Description |
---|---|
String |
Href
TreeExplorerEntry.Href: The href of the entry
Declaration
public const string Href = "href"
Field Value
Type | Description |
---|---|
String |
Icon
TreeExplorerEntry.Icon: The icon of the entry
Declaration
public const string Icon = "icon"
Field Value
Type | Description |
---|---|
String |
InternalId
TreeExplorerEntry.InternalId: The internal id for the tree
Declaration
public const string InternalId = "internal_id"
Field Value
Type | Description |
---|---|
String |
InternalParent
TreeExplorerEntry.InternalParent: The internal parent id for the tree
Declaration
public const string InternalParent = "internal_parent"
Field Value
Type | Description |
---|---|
String |
Leaf
TreeExplorerEntry.Leaf: True if the entry is a leaf node
Declaration
public const string Leaf = "leaf"
Field Value
Type | Description |
---|---|
String |
Name
TreeExplorerEntry.Name: The name of the entry
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
Onclick
TreeExplorerEntry.Onclick: The onclick action of the entry
Declaration
public const string Onclick = "onclick"
Field Value
Type | Description |
---|---|
String |
ParentId
TreeExplorerEntry.ParentId: The parent id of the entry
Declaration
public const string ParentId = "parent_id"
Field Value
Type | Description |
---|---|
String |
SessionKey
TreeExplorerEntry.SessionKey: The session this entry belongs to
Declaration
public const string SessionKey = "session_key"
Field Value
Type | Description |
---|---|
String |
SortOrder
TreeExplorerEntry.SortOrder: The order of the entry
Declaration
public const string SortOrder = "sort_order"
Field Value
Type | Description |
---|---|
String |
Target
TreeExplorerEntry.Target: The target of the href of the entry
Declaration
public const string Target = "target"
Field Value
Type | Description |
---|---|
String |
Tooltip
TreeExplorerEntry.Tooltip: The tooltip of the entry
Declaration
public const string Tooltip = "tooltip"
Field Value
Type | Description |
---|---|
String |
TreeExplorerEntryId
TreeExplorerEntry.TreeExplorerEntryId: Primary key
Declaration
public const string TreeExplorerEntryId = "id"
Field Value
Type | Description |
---|---|
String |
TreeKey
TreeExplorerEntry.TreeKey: The key used for reloading
Declaration
public const string TreeKey = "tree_key"
Field Value
Type | Description |
---|---|
String |