Show / Hide Table of Contents

Class DBC.SLinkCustomerStaticalFields

Fields for SLinkCustomerStatical, A connection between a customer and a link. Registered customers are identified when clicking on a link

Inheritance
Object
DBC.SLinkCustomerStaticalFields
Inherited Members
Object.ToString()
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
public static class SLinkCustomerStaticalFields

Fields

Email

SLinkCustomerStatical.Email: The email address of the bounced email

Declaration
public const string Email = "email"
Field Value
Type Description
String

HttpUserAgent

SLinkCustomerStatical.HttpUserAgent: The HTTP_USER_AGENT reported when the customer opened this link

Declaration
public const string HttpUserAgent = "http_user_agent"
Field Value
Type Description
String

LinkId

SLinkCustomerStatical.LinkId: Connection to a link that the customer clicked on

Declaration
public const string LinkId = "link_id"
Field Value
Type Description
String

LinkType

SLinkCustomerStatical.LinkType: If this is a link to a link or an image (gif/jpeg). See SpmLink::LinkType

Declaration
public const string LinkType = "link_type"
Field Value
Type Description
String

Page

SLinkCustomerStatical.Page: Indicates the page number for this gif link

Declaration
public const string Page = "page"
Field Value
Type Description
String

Pressed

SLinkCustomerStatical.Pressed: When the link was clicked.

Declaration
public const string Pressed = "pressed"
Field Value
Type Description
String

ShipmentId

SLinkCustomerStatical.ShipmentId: Which shipment the customer received.

Declaration
public const string ShipmentId = "shipment_id"
Field Value
Type Description
String

SLinkCustomerStaticalId

SLinkCustomerStatical.SLinkCustomerStaticalId: Primary key

Declaration
public const string SLinkCustomerStaticalId = "id"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top