Class SLinkCustomerStaticalTableInfo
Table 's_link_customer_statical': A connection between a customer and a link. Registered customers are identified when clicking on a link
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("s_link_customer_statical")]
public class SLinkCustomerStaticalTableInfo : 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.GetSLinkCustomerStaticalInfo().
Fields
DictionaryTableName
Conceptual name of table SLinkCustomerStatical in the database dictionary: s_link_customer_statical
Declaration
public const string DictionaryTableName = "s_link_customer_statical"
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.GetSLinkCustomerStaticalInfo().
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
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.GetSLinkCustomerStaticalInfo().
DictionaryTableNumber
Table number for table SLinkCustomerStatical 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.GetSLinkCustomerStaticalInfo().
Field 'email' in table 's_link_customer_statical': Dictionary type String[256], .NET type: string
The email address of the bounced emailDeclaration
public StringFieldInfo Email { 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.GetSLinkCustomerStaticalInfo().
HttpUserAgent
Field 'http_user_agent' in table 's_link_customer_statical': Dictionary type String[1025], .NET type: string
The HTTP_USER_AGENT reported when the customer opened this linkDeclaration
public StringFieldInfo HttpUserAgent { 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.GetSLinkCustomerStaticalInfo().
LinkId
Field 'link_id' in table 's_link_customer_statical': Dictionary type FK, target: SLink, .NET type: int
Connection to a link that the customer clicked onDeclaration
public Int32FieldInfo LinkId { 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.GetSLinkCustomerStaticalInfo().
LinkId_InnerJoin_SLink
Generated join from the foreign key LinkId in this table, to its target table SLinkTableInfo.
Declaration
public TargetedInnerJoin<SLinkTableInfo> LinkId_InnerJoin_SLink { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<SLinkTableInfo> |
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.GetSLinkCustomerStaticalInfo().
LinkType
Field 'link_type' in table 's_link_customer_statical': Dictionary type Enum, .NET type: ShipmentLinkType
If this is a link to a link or an image (gif/jpeg). See SpmLink::LinkTypeDeclaration
public ShipmentLinkTypeFieldInfo LinkType { get; }
Property Value
Type | Description |
---|---|
ShipmentLinkTypeFieldInfo |
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.GetSLinkCustomerStaticalInfo().
Page
Field 'page' in table 's_link_customer_statical': Dictionary type Int, .NET type: int
Indicates the page number for this gif linkDeclaration
public Int32FieldInfo Page { 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.GetSLinkCustomerStaticalInfo().
Pressed
Field 'pressed' in table 's_link_customer_statical': Dictionary type DateTime, .NET type: DateTime
When the link was clicked.Declaration
public DateTimeFieldInfo Pressed { 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.GetSLinkCustomerStaticalInfo().
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.GetSLinkCustomerStaticalInfo().
SLinkCustomerStaticalId
Field 'id' in table 's_link_customer_statical': Dictionary type PK, .NET type: int
Primary keyDeclaration
public Int32FieldInfo SLinkCustomerStaticalId { 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.GetSLinkCustomerStaticalInfo().
ShipmentId
Field 'shipment_id' in table 's_link_customer_statical': Dictionary type FK, target: SShipment, .NET type: int
Which shipment the customer received.Declaration
public Int32FieldInfo ShipmentId { 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.GetSLinkCustomerStaticalInfo().
ShipmentId_InnerJoin_SShipment
Generated join from the foreign key ShipmentId in this table, to its target table SShipmentTableInfo.
Declaration
public TargetedInnerJoin<SShipmentTableInfo> ShipmentId_InnerJoin_SShipment { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<SShipmentTableInfo> |
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.GetSLinkCustomerStaticalInfo().
Methods
IdxLinkType(ShipmentLinkType)
Shortcut method for looking up using the database index LinkType, which spans the following fields:
Field | Description |
---|---|
LinkType | If this is a link to a link or an image (gif/jpeg). See SpmLink::LinkType |
Declaration
public Restriction IdxLinkType(ShipmentLinkType linkType)
Parameters
Type | Name | Description |
---|---|---|
ShipmentLinkType | linkType |
Returns
Type | Description |
---|---|
Restriction |
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.GetSLinkCustomerStaticalInfo().
IdxShipmentId(int)
Shortcut method for looking up using the database index ShipmentId, which spans the following fields:
Field | Description |
---|---|
ShipmentId | Which shipment the customer received. |
Declaration
public Restriction IdxShipmentId(int shipmentId)
Parameters
Type | Name | Description |
---|---|---|
int | shipmentId |
Returns
Type | Description |
---|---|
Restriction |
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.GetSLinkCustomerStaticalInfo().