Show / Hide Table of Contents

Class TextTableInfo

Table 'text': Long text fields from all over the system

Inheritance
object
TableInfo
TextTableInfo
Implements
ICloneable
Inherited Members
TableInfo.ToString()
TableInfo.RegisterFields(params FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(string)
TableInfo.ProtAll
TableInfo.UseNolockIfPossible
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.IsDictionaryTable
TableInfo.All
TableInfo.this[string]
TableInfo.PrimaryKeyField
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOfficeCRMData
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("text")]
public class TextTableInfo : 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 TablesInfo.GetTextInfo().

Fields

DictionaryTableName

Conceptual name of table Text in the database dictionary: text

Declaration
public const string DictionaryTableName = "text"
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 Text 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
int

HtmlText

Field 'html_text' in table 'text': Dictionary type Clob, .NET type: string

Formatted text suitable for html text editors

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

Lcid

Field 'lcid' in table 'text': Dictionary type UShort, .NET type: short

Language/culture code of the text, if known. This is a reserved field for future use

Declaration
public UInt16FieldInfo Lcid { get; }
Property Value
Type Description
UInt16FieldInfo

LeftOuterJoin_Appointment_AgendaTextId

Generated left outer join from the primary key TextId on this table, to Appointment.AgendaTextId.

Declaration
public TargetedLeftOuterJoin<AppointmentTableInfo> LeftOuterJoin_Appointment_AgendaTextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinAppointmentTableInfo

LeftOuterJoin_Appointment_InternalNotesTextId

Generated left outer join from the primary key TextId on this table, to Appointment.InternalNotesTextId.

Declaration
public TargetedLeftOuterJoin<AppointmentTableInfo> LeftOuterJoin_Appointment_InternalNotesTextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinAppointmentTableInfo

LeftOuterJoin_Appointment_TextId

Generated left outer join from the primary key TextId on this table, to Appointment.TextId.

Declaration
public TargetedLeftOuterJoin<AppointmentTableInfo> LeftOuterJoin_Appointment_TextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinAppointmentTableInfo

LeftOuterJoin_Contact_TextId

Generated left outer join from the primary key TextId on this table, to Contact.TextId.

Declaration
public TargetedLeftOuterJoin<ContactTableInfo> LeftOuterJoin_Contact_TextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinContactTableInfo

LeftOuterJoin_Document_TextId

Generated left outer join from the primary key TextId on this table, to Document.TextId.

Declaration
public TargetedLeftOuterJoin<DocumentTableInfo> LeftOuterJoin_Document_TextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinDocumentTableInfo

LeftOuterJoin_ExternalEvent_SignOffConfTextId

Generated left outer join from the primary key TextId on this table, to ExternalEvent.SignOffConfTextId.

Declaration
public TargetedLeftOuterJoin<ExternalEventTableInfo> LeftOuterJoin_ExternalEvent_SignOffConfTextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinExternalEventTableInfo

LeftOuterJoin_ExternalEvent_SignOffTextId

Generated left outer join from the primary key TextId on this table, to ExternalEvent.SignOffTextId.

Declaration
public TargetedLeftOuterJoin<ExternalEventTableInfo> LeftOuterJoin_ExternalEvent_SignOffTextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinExternalEventTableInfo

LeftOuterJoin_ExternalEvent_SignOnConfTextId

Generated left outer join from the primary key TextId on this table, to ExternalEvent.SignOnConfTextId.

Declaration
public TargetedLeftOuterJoin<ExternalEventTableInfo> LeftOuterJoin_ExternalEvent_SignOnConfTextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinExternalEventTableInfo

LeftOuterJoin_ExternalEvent_SignOnTextId

Generated left outer join from the primary key TextId on this table, to ExternalEvent.SignOnTextId.

Declaration
public TargetedLeftOuterJoin<ExternalEventTableInfo> LeftOuterJoin_ExternalEvent_SignOnTextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinExternalEventTableInfo

LeftOuterJoin_Person_TextId

Generated left outer join from the primary key TextId on this table, to Person.TextId.

Declaration
public TargetedLeftOuterJoin<PersonTableInfo> LeftOuterJoin_Person_TextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinPersonTableInfo

LeftOuterJoin_ProjectMember_TextId

Generated left outer join from the primary key TextId on this table, to ProjectMember.TextId.

Declaration
public TargetedLeftOuterJoin<ProjectMemberTableInfo> LeftOuterJoin_ProjectMember_TextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinProjectMemberTableInfo

LeftOuterJoin_Project_PostitTextId

Generated left outer join from the primary key TextId on this table, to Project.PostitTextId.

Declaration
public TargetedLeftOuterJoin<ProjectTableInfo> LeftOuterJoin_Project_PostitTextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinProjectTableInfo

LeftOuterJoin_Project_TextId

Generated left outer join from the primary key TextId on this table, to Project.TextId.

Declaration
public TargetedLeftOuterJoin<ProjectTableInfo> LeftOuterJoin_Project_TextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinProjectTableInfo

LeftOuterJoin_SaleHist_PostitTextId

Generated left outer join from the primary key TextId on this table, to SaleHist.PostitTextId.

Declaration
public TargetedLeftOuterJoin<SaleHistTableInfo> LeftOuterJoin_SaleHist_PostitTextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinSaleHistTableInfo

LeftOuterJoin_SaleHist_TextId

Generated left outer join from the primary key TextId on this table, to SaleHist.TextId.

Declaration
public TargetedLeftOuterJoin<SaleHistTableInfo> LeftOuterJoin_SaleHist_TextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinSaleHistTableInfo

LeftOuterJoin_Sale_PostitTextId

Generated left outer join from the primary key TextId on this table, to Sale.PostitTextId.

Declaration
public TargetedLeftOuterJoin<SaleTableInfo> LeftOuterJoin_Sale_PostitTextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinSaleTableInfo

LeftOuterJoin_Sale_TextId

Generated left outer join from the primary key TextId on this table, to Sale.TextId.

Declaration
public TargetedLeftOuterJoin<SaleTableInfo> LeftOuterJoin_Sale_TextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinSaleTableInfo

LeftOuterJoin_SearchCriteriaGroup_TextId

Generated left outer join from the primary key TextId on this table, to SearchCriteriaGroup.TextId.

Declaration
public TargetedLeftOuterJoin<SearchCriteriaGroupTableInfo> LeftOuterJoin_SearchCriteriaGroup_TextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinSearchCriteriaGroupTableInfo

LeftOuterJoin_SearchCriteria_TextId

Generated left outer join from the primary key TextId on this table, to SearchCriteria.TextId.

Declaration
public TargetedLeftOuterJoin<SearchCriteriaTableInfo> LeftOuterJoin_SearchCriteria_TextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinSearchCriteriaTableInfo

LeftOuterJoin_Selection_PostitTextId

Generated left outer join from the primary key TextId on this table, to Selection.PostitTextId.

Declaration
public TargetedLeftOuterJoin<SelectionTableInfo> LeftOuterJoin_Selection_PostitTextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinSelectionTableInfo

LeftOuterJoin_Selection_TextId

Generated left outer join from the primary key TextId on this table, to Selection.TextId.

Declaration
public TargetedLeftOuterJoin<SelectionTableInfo> LeftOuterJoin_Selection_TextId { get; }
Property Value
Type Description
TargetedLeftOuterJoinSelectionTableInfo

OwnerId

Field 'owner_id' in table 'text': Dictionary type Id, .NET type: int

Record ID of owner record

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

Registered

Field 'registered' in table 'text': Dictionary type UtcDateTime, .NET type: DateTime

Registered when

Declaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type Description
DateTimeFieldInfo

RegisteredAssociateId

Field 'registered_associate_id' in table 'text': Dictionary type FK, target: Associate, .NET type: int

Registered by whom

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

RegisteredAssociateId_InnerJoin_Associate

Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.

Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type Description
TargetedInnerJoinAssociateTableInfo

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

Seqno

Field 'seqno' in table 'text': Dictionary type UShort, .NET type: short

Sequence number, for possible chaining of multiple records to store longer texts

Declaration
public UInt16FieldInfo Seqno { get; }
Property Value
Type Description
UInt16FieldInfo

Text

Field 'text' in table 'text': Dictionary type String[4001], .NET type: string

The actual text, max 2047 significant characters even though it is stored as a larger data type on some databases

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

TextId

Field 'text_id' in table 'text': Dictionary type PK, .NET type: int

Primary key

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

Type

Field 'type' in table 'text': Dictionary type Enum, .NET type: TextType

Text type, enum that specifies owning table and role

Declaration
public TextTypeFieldInfo Type { get; }
Property Value
Type Description
TextTypeFieldInfo

Updated

Field 'updated' in table 'text': Dictionary type UtcDateTime, .NET type: DateTime

Last updated when

Declaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type Description
DateTimeFieldInfo

UpdatedAssociateId

Field 'updated_associate_id' in table 'text': Dictionary type FK, target: Associate, .NET type: int

Last updated by whom

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

UpdatedAssociateId_InnerJoin_Associate

Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.

Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type Description
TargetedInnerJoinAssociateTableInfo

UpdatedCount

Field 'updatedCount' in table 'text': Dictionary type TableNumber, .NET type: short

Table number of list table that this text contains an extension of; this is obsolete functionality

Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type Description
UInt16FieldInfo

Methods

IdxOwnerId(int)

Shortcut method for looking up using the database index OwnerId, which spans the following fields:

FieldDescription
OwnerIdRecord ID of owner record
Declaration
public Restriction IdxOwnerId(int ownerId)
Parameters
Type Name Description
int ownerId
Returns
Type Description
Restriction

Implements

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