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 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

EjselectionId

Ejselection.EjselectionId: Primary key

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

EjTable

Ejselection.EjTable: The source table

Declaration
public const string EjTable = "ej_table"
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