Show / Hide Table of Contents

Class DBC.ScreenDefinitionElementFields

Fields for ScreenDefinitionElement, An element in a configurable screen

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

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top