dotmailer SDK: dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail Class Reference

dotmailer SDK

dotmailer SDK
Tools to access and manage an account in the dotMailer system
dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail Class Reference

Represents an APICampaignContactROIDetail returned by the ListCampaignContactRoiDetail web method More...

Inheritance diagram for dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail:
dotMailer.Sdk.Interfaces.IDmObject dotMailer.Sdk.Cache.IDmCacheableObject

Properties

int AccountId [get, set]
 The parent account id
 
int CampaignId [get, set]
 The parent campaign id
 
int ContactId [get, set]
 The contact id
 
string ContactEmail [get, set]
 The contact email
 
string Marker [get, set]
 The first parameter of the _dmTrack() function.
 
string Type [get, set]
 The data type of the value.
 
string Value [get, set]
 The second parameter of the _dmTrack() function.
 
DateTime DateEntered [get, set]
 The date and time the tracking code was triggered
 
string UserTag1 [get, set]
 User Tag
 
string UserTag2 [get, set]
 User Tag
 
string UserTag3 [get, set]
 User Tag
 
bool IsDirty [get]
 Returns true if the object has changed
 
string ObjectType [get, set]
 Returns the type name of the class Used by the serialisation process
 
string ExternalId [get]
 Gets/Sets the generated Id that uniquely identifies this record
 
- Properties inherited from dotMailer.Sdk.Interfaces.IDmObject
int AccountId [get]
 The DotMailer account Id for this object
 
string ExternalId [get]
 A key that represents this object, used for synching with external applications
 
bool IsDirty [get]
 has the data of the object changed
 

Detailed Description

Represents an APICampaignContactROIDetail returned by the ListCampaignContactRoiDetail web method

Property Documentation

int dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail.AccountId
getset

The parent account id

int dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail.CampaignId
getset

The parent campaign id

string dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail.ContactEmail
getset

The contact email

int dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail.ContactId
getset

The contact id

DateTime dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail.DateEntered
getset

The date and time the tracking code was triggered

string dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail.ExternalId
get

Gets/Sets the generated Id that uniquely identifies this record

bool dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail.IsDirty
get

Returns true if the object has changed

string dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail.Marker
getset

The first parameter of the _dmTrack() function.

string dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail.ObjectType
getset

Returns the type name of the class Used by the serialisation process

string dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail.Type
getset

The data type of the value.

string dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail.UserTag1
getset

User Tag

string dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail.UserTag2
getset

User Tag

string dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail.UserTag3
getset

User Tag

string dotMailer.Sdk.Campaigns.DmCampaignContactRoiDetail.Value
getset

The second parameter of the _dmTrack() function.

Generated by   doxygen 1.8.3