Show / Hide Table of Contents

Class DBC.TreeExplorerLinkFields

Fields for TreeExplorerLink, This table stores the link of entries in a tree-explorer

Inheritance
object
DBC.TreeExplorerLinkFields
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.TreeExplorerLinkFields

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