Show / Hide Table of Contents

Class DBC.ElementProfileFields

Fields for ElementProfile, The new (4.0) profile table. Contains profile for a single Html-element. Connected through element_profile_link

Inheritance
Object
DBC.ElementProfileFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ElementProfileFields : Object

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