Show / Hide Table of Contents

Class HeadingTableInfo

Table 'Heading': Heading items for all MDO lists, lists that are grouped and filtered.

Inheritance
object
TableInfo
HeadingTableInfo
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: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("Heading")]
public class HeadingTableInfo : 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.GetHeadingInfo().

Fields

DictionaryTableName

Conceptual name of table Heading in the database dictionary: Heading

Declaration
public const string DictionaryTableName = "Heading"
Field Value
Type Description
string
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.GetHeadingInfo().

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
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.GetHeadingInfo().

Deleted

Field 'deleted' in table 'Heading': Dictionary type UShort, .NET type: short

0 -> record is active 1 -> record is deleted and should not be shown in lists
Declaration
public UInt16FieldInfo Deleted { get; }
Property Value
Type Description
UInt16FieldInfo
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.GetHeadingInfo().

DictionaryTableNumber

Table number for table Heading 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
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.GetHeadingInfo().

ExtraId

Field 'extraId' in table 'Heading': Dictionary type Id, .NET type: int

Extra ID for refining the list id
Declaration
public Int32FieldInfo ExtraId { get; }
Property Value
Type Description
Int32FieldInfo
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.GetHeadingInfo().

HeadingId

Field 'heading_id' in table 'Heading': Dictionary type PK, .NET type: int

Primary key
Declaration
public Int32FieldInfo HeadingId { get; }
Property Value
Type Description
Int32FieldInfo
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.GetHeadingInfo().

LeftOuterJoin_AmountClassHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to AmountClassHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<AmountClassHeadingLinkTableInfo> LeftOuterJoin_AmountClassHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AmountClassHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_AssociateHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to AssociateHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<AssociateHeadingLinkTableInfo> LeftOuterJoin_AssociateHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AssociateHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_BusinessHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to BusinessHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<BusinessHeadingLinkTableInfo> LeftOuterJoin_BusinessHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BusinessHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_CategoryHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to CategoryHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<CategoryHeadingLinkTableInfo> LeftOuterJoin_CategoryHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CategoryHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_ComptrHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to ComptrHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<ComptrHeadingLinkTableInfo> LeftOuterJoin_ComptrHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ComptrHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_ContIntHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to ContIntHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<ContIntHeadingLinkTableInfo> LeftOuterJoin_ContIntHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContIntHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_CountryHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to CountryHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<CountryHeadingLinkTableInfo> LeftOuterJoin_CountryHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CountryHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_CreditedHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to CreditedHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<CreditedHeadingLinkTableInfo> LeftOuterJoin_CreditedHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CreditedHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_CurrencyHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to CurrencyHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<CurrencyHeadingLinkTableInfo> LeftOuterJoin_CurrencyHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CurrencyHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_DeliveryTermsHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to DeliveryTermsHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<DeliveryTermsHeadingLinkTableInfo> LeftOuterJoin_DeliveryTermsHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DeliveryTermsHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_DeliveryTypeHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to DeliveryTypeHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<DeliveryTypeHeadingLinkTableInfo> LeftOuterJoin_DeliveryTypeHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DeliveryTypeHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_DocTmplHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to DocTmplHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<DocTmplHeadingLinkTableInfo> LeftOuterJoin_DocTmplHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DocTmplHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_ExtAppHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to ExtAppHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<ExtAppHeadingLinkTableInfo> LeftOuterJoin_ExtAppHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ExtAppHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_IntentHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to IntentHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<IntentHeadingLinkTableInfo> LeftOuterJoin_IntentHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<IntentHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_MrMrsHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to MrMrsHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<MrMrsHeadingLinkTableInfo> LeftOuterJoin_MrMrsHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MrMrsHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_PMembTypeHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to PMembTypeHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<PMembTypeHeadingLinkTableInfo> LeftOuterJoin_PMembTypeHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PMembTypeHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_PaymentTermsHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to PaymentTermsHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<PaymentTermsHeadingLinkTableInfo> LeftOuterJoin_PaymentTermsHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PaymentTermsHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_PaymentTypeHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to PaymentTypeHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<PaymentTypeHeadingLinkTableInfo> LeftOuterJoin_PaymentTypeHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PaymentTypeHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_PersIntHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to PersIntHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<PersIntHeadingLinkTableInfo> LeftOuterJoin_PersIntHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersIntHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_PersPosHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to PersPosHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<PersPosHeadingLinkTableInfo> LeftOuterJoin_PersPosHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersPosHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_PriceUnitHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to PriceUnitHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<PriceUnitHeadingLinkTableInfo> LeftOuterJoin_PriceUnitHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriceUnitHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_PriorityHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to PriorityHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<PriorityHeadingLinkTableInfo> LeftOuterJoin_PriorityHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriorityHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_ProbHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to ProbHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<ProbHeadingLinkTableInfo> LeftOuterJoin_ProbHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProbHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_ProductCategoryHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to ProductCategoryHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<ProductCategoryHeadingLinkTableInfo> LeftOuterJoin_ProductCategoryHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductCategoryHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_ProductFamilyHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to ProductFamilyHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<ProductFamilyHeadingLinkTableInfo> LeftOuterJoin_ProductFamilyHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductFamilyHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_ProductTypeHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to ProductTypeHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<ProductTypeHeadingLinkTableInfo> LeftOuterJoin_ProductTypeHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductTypeHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_ProjStatusHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to ProjStatusHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<ProjStatusHeadingLinkTableInfo> LeftOuterJoin_ProjStatusHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjStatusHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_ProjTypeHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to ProjTypeHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<ProjTypeHeadingLinkTableInfo> LeftOuterJoin_ProjTypeHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjTypeHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_QuoteApprReasonHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to QuoteApprReasonHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<QuoteApprReasonHeadingLinkTableInfo> LeftOuterJoin_QuoteApprReasonHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteApprReasonHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_QuoteDenyReasonHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to QuoteDenyReasonHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<QuoteDenyReasonHeadingLinkTableInfo> LeftOuterJoin_QuoteDenyReasonHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteDenyReasonHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_ReasonHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to ReasonHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<ReasonHeadingLinkTableInfo> LeftOuterJoin_ReasonHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_ReasonSoldHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to ReasonSoldHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<ReasonSoldHeadingLinkTableInfo> LeftOuterJoin_ReasonSoldHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonSoldHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_ReasonStalledHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to ReasonStalledHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<ReasonStalledHeadingLinkTableInfo> LeftOuterJoin_ReasonStalledHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonStalledHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_RejectReasonHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to RejectReasonHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<RejectReasonHeadingLinkTableInfo> LeftOuterJoin_RejectReasonHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RejectReasonHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_RelationDefinitionHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to RelationDefinitionHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<RelationDefinitionHeadingLinkTableInfo> LeftOuterJoin_RelationDefinitionHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RelationDefinitionHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_SaleTypeCatHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to SaleTypeCatHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<SaleTypeCatHeadingLinkTableInfo> LeftOuterJoin_SaleTypeCatHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeCatHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_SaleTypeHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to SaleTypeHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<SaleTypeHeadingLinkTableInfo> LeftOuterJoin_SaleTypeHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_SalutationHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to SalutationHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<SalutationHeadingLinkTableInfo> LeftOuterJoin_SalutationHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SalutationHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_SearchCatHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to SearchCatHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<SearchCatHeadingLinkTableInfo> LeftOuterJoin_SearchCatHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCatHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_SourceHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to SourceHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<SourceHeadingLinkTableInfo> LeftOuterJoin_SourceHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SourceHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_StakeholderRoleHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to StakeholderRoleHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<StakeholderRoleHeadingLinkTableInfo> LeftOuterJoin_StakeholderRoleHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<StakeholderRoleHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_SubscriptionUnitHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to SubscriptionUnitHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<SubscriptionUnitHeadingLinkTableInfo> LeftOuterJoin_SubscriptionUnitHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SubscriptionUnitHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_TagsHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to TagsHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<TagsHeadingLinkTableInfo> LeftOuterJoin_TagsHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TagsHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_TaskHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to TaskHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<TaskHeadingLinkTableInfo> LeftOuterJoin_TaskHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TaskHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_TaskMenuHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to TaskMenuHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<TaskMenuHeadingLinkTableInfo> LeftOuterJoin_TaskMenuHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TaskMenuHeadingLinkTableInfo>
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.GetHeadingInfo().

LeftOuterJoin_UDListHeadingLink_HeadingId

Generated left outer join from the primary key HeadingId on this table, to UDListHeadingLink.HeadingId.

Declaration
public TargetedLeftOuterJoin<UDListHeadingLinkTableInfo> LeftOuterJoin_UDListHeadingLink_HeadingId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDListHeadingLinkTableInfo>
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.GetHeadingInfo().

ListTableId

Field 'listTableId' in table 'Heading': Dictionary type TableNumber, .NET type: short

Which List is this heading connected to? (table ID)
Declaration
public UInt16FieldInfo ListTableId { get; }
Property Value
Type Description
UInt16FieldInfo
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.GetHeadingInfo().

Name

Field 'name' in table 'Heading': Dictionary type String[240], .NET type: string

The visible heading
Declaration
public StringFieldInfo Name { get; }
Property Value
Type Description
StringFieldInfo
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.GetHeadingInfo().

Rank

Field 'rank' in table 'Heading': Dictionary type UShort, .NET type: short

Rank order
Declaration
public UInt16FieldInfo Rank { get; }
Property Value
Type Description
UInt16FieldInfo
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.GetHeadingInfo().

Registered

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

Registered when
Declaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type Description
DateTimeFieldInfo
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.GetHeadingInfo().

RegisteredAssociateId

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

Registered by whom
Declaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type Description
Int32FieldInfo
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.GetHeadingInfo().

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>
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.GetHeadingInfo().

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
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.GetHeadingInfo().

Tooltip

Field 'tooltip' in table 'Heading': Dictionary type String[255], .NET type: string

Tooltip or other description
Declaration
public StringFieldInfo Tooltip { get; }
Property Value
Type Description
StringFieldInfo
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.GetHeadingInfo().

Updated

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

Last updated when
Declaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type Description
DateTimeFieldInfo
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.GetHeadingInfo().

UpdatedAssociateId

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

Last updated by whom
Declaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
Type Description
Int32FieldInfo
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.GetHeadingInfo().

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>
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.GetHeadingInfo().

UpdatedCount

Field 'updatedCount' in table 'Heading': Dictionary type UShort, .NET type: short

Number of updates made to this record
Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type Description
UInt16FieldInfo
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.GetHeadingInfo().

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