Class DBC.ElementProfileFields
Fields for ElementProfile, The new (4.0) profile table. Contains profile for a single Html-element. Connected through element_profile_link
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ElementProfileFields
Fields
Config
ElementProfile.Config: The actual profile data. Each HtmlElement may choose format. Normally XML.
Declaration
public const string Config = "config"
Field Value
Type | Description |
---|---|
string |
ElementProfileId
ElementProfile.ElementProfileId: The primary key (auto-incremented)
Declaration
public const string ElementProfileId = "id"
Field Value
Type | Description |
---|---|
string |
ElementType
ElementProfile.ElementType: What kind of element is this? Static, blogic or extra table?
Declaration
public const string ElementType = "element_type"
Field Value
Type | Description |
---|---|
string |
FilterField
ElementProfile.FilterField: Name of field, if any, that is used to filter which profiles should be shown
Declaration
public const string FilterField = "filter_field"
Field Value
Type | Description |
---|---|
string |
FilterValue
ElementProfile.FilterValue: If filter_field is set, then this field is the value that is used to filter which profiles should be shown
Declaration
public const string FilterValue = "filter_value"
Field Value
Type | Description |
---|---|
string |
Name
ElementProfile.Name: This is the name used by common profiles
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
string |
OwnedByUser
ElementProfile.OwnedByUser: The id of the user.
Declaration
public const string OwnedByUser = "owned_by_user"
Field Value
Type | Description |
---|---|
string |
ProfileType
ElementProfile.ProfileType: Enum indicating whether this is the default profile (only one), user profile or a common profile. Defined in Profile.h
Declaration
public const string ProfileType = "profile_type"
Field Value
Type | Description |
---|---|
string |
ScreenDefinitionElement
ElementProfile.ScreenDefinitionElement: The id of the screen_definition_element.
Declaration
public const string ScreenDefinitionElement = "screen_definition_element"
Field Value
Type | Description |
---|---|
string |
StaticElement
ElementProfile.StaticElement: An enum for which HtmlElement this is. All profileable elements in static screens has a unique enum matching this one.
Declaration
public const string StaticElement = "static_element"
Field Value
Type | Description |
---|---|
string |