Class TextTableInfo
Table 'text': Long text fields from all over the system
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
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
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
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 |
---|---|
Int32 |
Lcid
Field 'lcid' in table 'text': Dictionary type UShort, .NET type: Int16
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_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 |
---|---|
TargetedLeftOuterJoin<AppointmentTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<ContactTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<DocumentTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<ExternalEventTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<ExternalEventTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<ExternalEventTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<ExternalEventTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<PersonTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<ProjectTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<ProjectTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<ProjectMemberTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<SaleTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<SaleTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<SaleHistTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<SaleHistTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<SearchCriteriaTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<SearchCriteriaGroupTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<SelectionTableInfo> |
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 |
---|---|
TargetedLeftOuterJoin<SelectionTableInfo> |
OwnerId
Field 'owner_id' in table 'text': Dictionary type Id, .NET type: Int32
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, .NET type: Int32
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 |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
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: Int16
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[2048], .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: Int32
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, .NET type: Int32
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 |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
UpdatedCount
Field 'updatedCount' in table 'text': Dictionary type TableNumber, .NET type: Int16
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(Int32)
Shortcut method for looking up using the database index OwnerId, which spans the following fields:
Field | Description |
---|---|
OwnerId | Record ID of owner record |
Declaration
public Restriction IdxOwnerId(int ownerId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | ownerId |
Returns
Type | Description |
---|---|
Restriction |