Show / Hide Table of Contents

Class DBC.TreeExplorerEntryFields

Fields for TreeExplorerEntry, This table stores the entries in a tree-explorer

Inheritance
object
DBC.TreeExplorerEntryFields
Inherited Members
object.ToString()
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
public static class DBC.TreeExplorerEntryFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top