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 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 |  Back to top