Show / Hide Table of Contents

Class DBC.ExtraTablesFields

Fields for ExtraTables, This table contains entries for the extra tables in the system.

Inheritance
Object
DBC.ExtraTablesFields
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 ExtraTablesFields

Fields

Description

ExtraTables.Description: Optional description of what this table is used for

Declaration
public const string Description = "description"
Field Value
Type Description
String

DisplayField

ExtraTables.DisplayField: The default field to display for this extra table.

Declaration
public const string DisplayField = "display_field"
Field Value
Type Description
String

EditEntryHeader

ExtraTables.EditEntryHeader: The header when editing an entry in this table.

Declaration
public const string EditEntryHeader = "edit_entry_header"
Field Value
Type Description
String

ExtraTableName

ExtraTables.ExtraTableName: The database name of this extra table.

Declaration
public const string ExtraTableName = "table_name"
Field Value
Type Description
String

ExtraTablesId

ExtraTables.ExtraTablesId: The primary key (auto-incremented)

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

Flags

ExtraTables.Flags: Bitmap for flags for this entry.

Declaration
public const string Flags = "flags"
Field Value
Type Description
String

FullnameField

ExtraTables.FullnameField: If this table is hierarchically organized, then this field can contain a field which will be assigned a fullname, such as 'Support/Hardware/Keyboards'.

Declaration
public const string FullnameField = "fullname_field"
Field Value
Type Description
String

HierarchyId

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

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

Name

ExtraTables.Name: The name of this extra table.

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

NewEntryHeader

ExtraTables.NewEntryHeader: The header when creating a new entry in this table.

Declaration
public const string NewEntryHeader = "new_entry_header"
Field Value
Type Description
String

ParentField

ExtraTables.ParentField: If this table is hierarchically organized, then this field can contain a field which is a parent-field, creating a hierarchy.

Declaration
public const string ParentField = "parent_field"
Field Value
Type Description
String

ScreenChooserAll

ExtraTables.ScreenChooserAll: The screen chooser to use for this extra table when viewing the table.

Declaration
public const string ScreenChooserAll = "screen_chooser_all"
Field Value
Type Description
String

ScreenChooserEdit

ExtraTables.ScreenChooserEdit: The screen chooser to use for this extra table when editing the table.

Declaration
public const string ScreenChooserEdit = "screen_chooser_edit"
Field Value
Type Description
String

ScreenChooserEntry

ExtraTables.ScreenChooserEntry: The screen chooser to use for this extra table when viewing an entry.

Declaration
public const string ScreenChooserEntry = "screen_chooser_entry"
Field Value
Type Description
String

SearchHeader

ExtraTables.SearchHeader: The header when searching this table.

Declaration
public const string SearchHeader = "search_header"
Field Value
Type Description
String

SortOrder

ExtraTables.SortOrder: The default sort_order for this extra table.

Declaration
public const string SortOrder = "sort_order"
Field Value
Type Description
String

ViewEntryHeader

ExtraTables.ViewEntryHeader: The header when viewing entries in this table.

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