Class DBC.ScreenDefinitionElementFields
Fields for ScreenDefinitionElement, An element in a configurable screen
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ScreenDefinitionElementFields : Object
Fields
BaseTable
ScreenDefinitionElement.BaseTable: Name of the table used as a base for element profile configuration
Declaration
public const string BaseTable = "base_table"
Field Value
Type | Description |
---|---|
String |
CreationScript
ScreenDefinitionElement.CreationScript: The script used to create this element
Declaration
public const string CreationScript = "creation_script"
Field Value
Type | Description |
---|---|
String |
Description
ScreenDefinitionElement.Description: A description of this field
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
ElementType
ScreenDefinitionElement.ElementType: An enum for which HtmlElement type this is.
Declaration
public const string ElementType = "element_type"
Field Value
Type | Description |
---|---|
String |
Hide
ScreenDefinitionElement.Hide: If TRUE the element will be hidden from the user
Declaration
public const string Hide = "hide"
Field Value
Type | Description |
---|---|
String |
Name
ScreenDefinitionElement.Name: A name (handle) for this element.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
OrderPos
ScreenDefinitionElement.OrderPos: The sorted position of this screen in this chooser
Declaration
public const string OrderPos = "order_pos"
Field Value
Type | Description |
---|---|
String |
ScreenDefinition
ScreenDefinitionElement.ScreenDefinition: The screen-definition this element belongs to
Declaration
public const string ScreenDefinition = "screen_definition"
Field Value
Type | Description |
---|---|
String |
ScreenDefinitionElementId
ScreenDefinitionElement.ScreenDefinitionElementId: Primary key
Declaration
public const string ScreenDefinitionElementId = "id"
Field Value
Type | Description |
---|---|
String |