Show / Hide Table of Contents

Class DBC.EjselectionFields

Fields for Ejselection, This table stores selections, dynamic groups.

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

Fields

AccessLevel

Ejselection.AccessLevel: Access level for this selection

Declaration
public const string AccessLevel = "access_level"
Field Value
Type Description
string

Creator

Ejselection.Creator: The user who created this selection

Declaration
public const string Creator = "creator"
Field Value
Type Description
string

DisplayProperties

Ejselection.DisplayProperties: The display properties of this selection

Declaration
public const string DisplayProperties = "display_properties"
Field Value
Type Description
string

EjTable

Ejselection.EjTable: The source table

Declaration
public const string EjTable = "ej_table"
Field Value
Type Description
string

EjselectionId

Ejselection.EjselectionId: Primary key

Declaration
public const string EjselectionId = "id"
Field Value
Type Description
string

HierarchyId

Ejselection.HierarchyId: This extra table is inside this hierarchy folder

Declaration
public const string HierarchyId = "hierarchy_id"
Field Value
Type Description
string

IncludeId

Ejselection.IncludeId: A unique name used for refering to selections in scripts, url's etc.

Declaration
public const string IncludeId = "include_id"
Field Value
Type Description
string

LastCount

Ejselection.LastCount: Last result count

Declaration
public const string LastCount = "last_count"
Field Value
Type Description
string

LeftMenu

Ejselection.LeftMenu: Will this selection be listed in the left menu?

Declaration
public const string LeftMenu = "left_menu"
Field Value
Type Description
string

Name

Ejselection.Name: The name of this package

Declaration
public const string Name = "name"
Field Value
Type Description
string

ResultConfig

Ejselection.ResultConfig: XML data

Declaration
public const string ResultConfig = "result_config"
Field Value
Type Description
string

SourceId

Ejselection.SourceId: The id of the source we links to

Declaration
public const string SourceId = "source_id"
Field Value
Type Description
string

SourceType

Ejselection.SourceType: The source type of this selection

Declaration
public const string SourceType = "source_type"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top