Show / Hide Table of Contents

Class ProfileTableInfo

Table 'profile': Deprecated. This table contains entries for the user profiles.

Inheritance
Object
TableInfo
ProfileTableInfo
Implements
ICloneable
Inherited Members
TableInfo.ToString()
TableInfo.RegisterFields(FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(String)
TableInfo.ProtAll
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.IsDictionaryTable
TableInfo.All
TableInfo.Item[String]
TableInfo.PrimaryKeyField
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
[DatabaseTable("profile")]
public class ProfileTableInfo : TableInfo, ICloneable
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling .

Fields

DictionaryTableName

Conceptual name of table Profile in the database dictionary: profile

Declaration
public const string DictionaryTableName = "profile"
Field Value
Type Description
String

Properties

Definition

Definition of the table as described in the deployed runtime dictionary

Declaration
public override SoTable Definition { get; }
Property Value
Type Description
SoTable
Overrides
TableInfo.Definition

DictionaryTableNumber

Table number for table Profile in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database

Declaration
public int DictionaryTableNumber { get; }
Property Value
Type Description
Int32

LeftOuterJoin_Ejuser_ProfileId

Generated left outer join from the primary key ProfileId on this table, to Ejuser.ProfileId.

Declaration
public TargetedLeftOuterJoin<EjuserTableInfo> LeftOuterJoin_Ejuser_ProfileId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EjuserTableInfo>

ListCompaniesHeader

Field 'list_companies_header' in table 'profile': Dictionary type String[256], .NET type: String

Depricated

Declaration
public StringFieldInfo ListCompaniesHeader { get; }
Property Value
Type Description
StringFieldInfo

ListCompaniesHeader2

Field 'list_companies_header2' in table 'profile': Dictionary type Clob, .NET type: String

The fields for listing companies. Encoded as CSV string.

Declaration
public StringFieldInfo ListCompaniesHeader2 { get; }
Property Value
Type Description
StringFieldInfo

ListCustomersHeader

Field 'list_customers_header' in table 'profile': Dictionary type String[256], .NET type: String

Depricated

Declaration
public StringFieldInfo ListCustomersHeader { get; }
Property Value
Type Description
StringFieldInfo

ListCustomersHeader2

Field 'list_customers_header2' in table 'profile': Dictionary type Clob, .NET type: String

The fields for listing customers. Encoded as CSV string.

Declaration
public StringFieldInfo ListCustomersHeader2 { get; }
Property Value
Type Description
StringFieldInfo

ListTicketHeader

Field 'list_ticket_header' in table 'profile': Dictionary type Clob, .NET type: String

The fields for listing one ticket. Encoded as CSV string.

Declaration
public StringFieldInfo ListTicketHeader { get; }
Property Value
Type Description
StringFieldInfo

ListTicketsHeader

Field 'list_tickets_header' in table 'profile': Dictionary type String[256], .NET type: String

Depricated

Declaration
public StringFieldInfo ListTicketsHeader { get; }
Property Value
Type Description
StringFieldInfo

ListTicketsHeader2

Field 'list_tickets_header2' in table 'profile': Dictionary type Clob, .NET type: String

The fields for listing several tickets. Encoded as CSV string.

Declaration
public StringFieldInfo ListTicketsHeader2 { get; }
Property Value
Type Description
StringFieldInfo

Name

Field 'name' in table 'profile': Dictionary type String[256], .NET type: String

This is the name of the profile

Declaration
public StringFieldInfo Name { get; }
Property Value
Type Description
StringFieldInfo

ProfileId

Field 'id' in table 'profile': Dictionary type PK, .NET type: Int32

The primary key (auto-incremented)

Declaration
public Int32FieldInfo ProfileId { get; }
Property Value
Type Description
Int32FieldInfo

RuntimeDefinition

Definition of the table as described in the deployed runtime dictionary

Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type Description
SoTable

UserId

Field 'user_id' in table 'profile': Dictionary type FK, .NET type: Int32

The id of the user.

Declaration
public Int32FieldInfo UserId { get; }
Property Value
Type Description
Int32FieldInfo

UserId_InnerJoin_Ejuser

Generated join from the foreign key UserId in this table, to its target table EjuserTableInfo.

Declaration
public TargetedInnerJoin<EjuserTableInfo> UserId_InnerJoin_Ejuser { get; }
Property Value
Type Description
TargetedInnerJoin<EjuserTableInfo>

Implements

System.ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top