Class ActivityInfo
- Namespace
- CMS.Activities
- Assembly
- CMS.Activities.dll
ActivityInfo data container class.
public class ActivityInfo : AbstractInfo<ActivityInfo, IActivityInfoProvider>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject, IActivityInfo, IInfoWithId
- Inheritance
-
objectActivityInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
ActivityInfo()
Constructor - Creates an empty ActivityInfo object.
public ActivityInfo()
ActivityInfo(DataRow)
Constructor - Creates a new ActivityInfo object from the given DataRow.
public ActivityInfo(DataRow dr)
Parameters
dr
DataRowDataRow with the object data
Fields
OBJECT_TYPE
Object type
public const string OBJECT_TYPE = "om.activity"
Field Value
- string
TYPEINFO
Type information.
public static ObjectTypeInfo TYPEINFO
Field Value
Properties
ActivityChannelID
Gets or sets the ID of the channel for this activity.
public virtual int ActivityChannelID { get; set; }
Property Value
- int
ActivityComment
Gets or set additional comment.
public virtual string ActivityComment { get; set; }
Property Value
- string
ActivityContactGUID
Gets or sets the GUID of the active contact for this activity. This fields does not have database representation.
public virtual Guid ActivityContactGUID { get; set; }
Property Value
- Guid
ActivityContactID
Gets or sets the ID of the active contact for this activity.
public virtual int ActivityContactID { get; set; }
Property Value
- int
ActivityCreated
Gets or sets the date and time the activity was created.
public virtual DateTime ActivityCreated { get; set; }
Property Value
- DateTime
ActivityID
Gets or sets the activity ID.
public virtual int ActivityID { get; set; }
Property Value
- int
ActivityItemDetailID
Gets or sets the ID of the item detail that relates to this activity.
public virtual int ActivityItemDetailID { get; set; }
Property Value
- int
ActivityItemID
Gets or sets the ID of the item that relates to this activity.
public virtual int ActivityItemID { get; set; }
Property Value
- int
ActivityLanguageID
Gets or sets the ID of the content language that relates to this activity.
public virtual int ActivityLanguageID { get; set; }
Property Value
- int
ActivityTitle
Gets or sets the activity title.
public virtual string ActivityTitle { get; set; }
Property Value
- string
ActivityTrackedWebsiteID
Gets or sets the tracked website ID for this activity.
public virtual int ActivityTrackedWebsiteID { get; set; }
Property Value
- int
ActivityType
Gets or sets the type of the activity.
public virtual string ActivityType { get; set; }
Property Value
- string
ActivityURL
Gets or sets the URL of this activity.
public virtual string ActivityURL { get; set; }
Property Value
- string
ActivityURLReferrer
Gets or sets URL referrer.
public virtual string ActivityURLReferrer { get; set; }
Property Value
- string
ActivityUTMContent
Gets or sets the campaign UTM content for this activity.
public virtual string ActivityUTMContent { get; set; }
Property Value
- string
ActivityUTMSource
Gets or sets the UTM source for this activity. NULL
value is saved if source is empty.
public virtual string ActivityUTMSource { get; set; }
Property Value
- string
ActivityValue
Gets or sets the value of this activity.
public virtual string ActivityValue { get; set; }
Property Value
- string
ActivityWebPageItemGUID
Gets or sets the web page item GUID that relates to this activity.
public virtual Guid ActivityWebPageItemGUID { get; set; }
Property Value
- Guid
Methods
DeleteObject()
Deletes the object using appropriate provider.
protected override void DeleteObject()
SetObject()
Updates the object using appropriate provider.
protected override void SetObject()
Remarks
This method should not be used directly. For inserting new activity info use implementation of IActivityRepository.