Class UtmParametersRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the utm_parameters table.
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class UtmParametersRecordData
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
UtmParametersRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the utm_parameters table.
Declaration
public UtmParametersRecordData()
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
Campaign
UTM Campaign
Declaration
public string Campaign
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Content
UTM Content
Declaration
public string Content
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
CreatedContactId
Id of the created contact
Declaration
public int CreatedContactId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
CreatedPersonId
Id of the created person
Declaration
public int CreatedPersonId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
FirsttouchCampaign
First touch UTM Campaign
Declaration
public string FirsttouchCampaign
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
FirsttouchContent
First touch UTM Content
Declaration
public string FirsttouchContent
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
FirsttouchMedium
First touch UTM Medium
Declaration
public string FirsttouchMedium
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
FirsttouchReferrerdomain
First touch referrer domain
Declaration
public string FirsttouchReferrerdomain
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
FirsttouchSource
First touch UTM Source
Declaration
public string FirsttouchSource
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
FirsttouchTerm
First touch UTM Term
Declaration
public string FirsttouchTerm
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
FirsttouchWhen
First touch date
Declaration
public DateTime FirsttouchWhen
Field Value
| Type | Description |
|---|---|
| DateTime |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
FormSubmissionId
Id of formsubmission
Declaration
public int FormSubmissionId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Medium
UTM Medium
Declaration
public string Medium
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Referrerdomain
Referrer domain
Declaration
public string Referrerdomain
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Registered
Registered when in UTC.
Declaration
public DateTime Registered
Field Value
| Type | Description |
|---|---|
| DateTime |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
RegisteredAssociateId
Registered by whom
Declaration
public int RegisteredAssociateId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Source
UTM Source
Declaration
public string Source
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Term
UTM Term
Declaration
public string Term
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Updated
Last updated when in UTC.
Declaration
public DateTime Updated
Field Value
| Type | Description |
|---|---|
| DateTime |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
UpdatedAssociateId
Last updated by whom
Declaration
public int UpdatedAssociateId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
UpdatedCount
Number of updates made to this record
Declaration
public short UpdatedCount
Field Value
| Type | Description |
|---|---|
| short |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
UtmParametersId
Primary key
Declaration
public int UtmParametersId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
When
Date of the visit or form submission
Declaration
public DateTime When
Field Value
| Type | Description |
|---|---|
| DateTime |
Remarks
Please use this class instead of a full UtmParametersRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding UtmParametersTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.