| ActivityDto Class |
Namespace: CMS.Activities.Internal
public class ActivityDto : IDataTransferObject, IActivityInfo
The ActivityDto type exposes the following members.
| Name | Description | |
|---|---|---|
| ActivityDto |
Instantiate new instance of ActivityDto.
| |
| ActivityDto(DataRow) |
Instantiate new instance of ActivityDto.
| |
| ActivityDto(ActivityInfo) |
Instantiate new instance of ActivityDto.
|
| Name | Description | |
|---|---|---|
| ActivityABVariantName |
Gets or sets the AB test variant name.
| |
| ActivityCampaign |
Gets or sets the campaign code name for this activity.
| |
| ActivityComment |
Gets or set additional comment.
| |
| ActivityContactGUID |
Gets or sets the GUID of the active contact for this activity.
| |
| ActivityContactID |
Gets or sets the ID of the active contact for this activity.
| |
| ActivityCreated |
Gets or sets the date and time the activity was created.
| |
| ActivityCulture |
Gets or sets the document culture where activity occurred.
| |
| ActivityID |
Gets or sets the activity ID.
| |
| ActivityItemDetailID |
Gets or sets the ID othe item detail that relates to this activity.
| |
| ActivityItemID |
Gets or sets the ID of the item that relates to this activity.
| |
| ActivityNodeID |
Gets or sets the node ID that relates to this activity.
| |
| ActivitySiteID |
Gets or sets the site ID for this activity.
| |
| ActivityTitle |
Gets or sets the activity title.
| |
| ActivityType |
Gets or sets the type of the activity.
| |
| ActivityURL |
Gets or sets the URL of this activity.
| |
| ActivityURLHash |
Gets or sets hash result of ActivityURL. The hash is needed for PAGE_VISIT activity type.
| |
| ActivityURLReferrer |
Gets or sets URL referrer.
| |
| ActivityUTMContent |
Gets or sets the campaign UTM content for this activity.
| |
| ActivityUTMSource |
Gets or sets the campaign UTM source for this activity.
| |
| ActivityValue |
Gets or sets the value of this activity.
|
| Name | Description | |
|---|---|---|
| FillDataContainer |
Fills given dataContainer with values from current ActivityDto.
| |
| ToActivityInfo |
Creates new instance of ActivityInfo from the current ActivityDto.
|