Click or drag to resize
Activity Class
Abstract activity type
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractSimpleDataContainerActivity
    CMS.BaseAbstractDataContainerActivity
      CMS.BaseAbstractHierarchicalObjectActivity
        CMS.WebAnalyticsActivity
          More...

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public abstract class Activity : AbstractHierarchicalObject<Activity>

The Activity type exposes the following members.

Constructors
  NameDescription
Protected methodActivity
Default constructor.
Top
Properties
  NameDescription
Protected propertyActivityType
Activity type
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainerParentObjectType.)
Public propertyCurrentUser
Current user.
Public propertyData
Activity data.
Public propertyDocumentLogActivity
Indicates if current document or his parent (when inheriting value) enables to log activity.
Public propertyCheckViewMode
Indicates if view mode should be checked. Default true.
Protected propertyIsLiveSite
Indicates if running on live site.
Public propertyItem
Gets the value of particular property
(Inherited from AbstractHierarchicalObjectTObject.)
Public propertyLoggingEnabled
Indicates if logging of activity is enabled.
Public propertyProperties
Properties available through the context.
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyPropertyList
Used property list
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredProperties
Registered properties
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyRegisteredPropertiesObject
Registered properties object
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertySettingsKeyName
Activity settings key name.
Public propertySiteName
Current site name.
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyUseLocalProperties
If true, the object uses local properties
(Inherited from AbstractHierarchicalObjectTObject.)
Top
Methods
  NameDescription
Public methodCombineWith
Combines current instance with other properties (modifies current instace!). List properties are merged from all the participating typeinfos, other properties are taken as first non-null value (non-null is determined by nullValues collection).
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodContainsColumn
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.)
Public methodGetProperty
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Protected methodGetPropertyType
Gets the type of the given property
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodHasSetter
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodLog
Logs activity.
Protected methodRegisterColumn(String, FuncTObject, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumns
Registers the Columns of this object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterProperties
Registers the object properties.
(Overrides AbstractHierarchicalObjectTObjectRegisterProperties.)
Protected methodRegisterProperty(String, FuncTObject, Object)
Registers the given property to the object
(Inherited from AbstractHierarchicalObjectTObject.)
Protected methodRegisterProperty(String, Object, FuncTObject, Object, Object)
Registers the given parameterized property to the object.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodSetProperty
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodSetValue
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodTryGetProperty(String, Object)
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodTryGetProperty(String, Object, Boolean)
Returns value of property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodTryGetValue
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.)
Top
Events
  NameDescription
Public eventOnAfterLogActivity
Occurs after successful logging of activity occurs.
Public eventOnCustomActivityCheck
Occurs before logging activity just after regular check for logging activity. Enables users to set custom validation if logging should be enabled.
Top
See Also
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractSimpleDataContainerActivity
    CMS.BaseAbstractDataContainerActivity
      CMS.BaseAbstractHierarchicalObjectActivity
        CMS.WebAnalyticsActivity
          CMS.WebAnalyticsActivityAbuseReport
          CMS.WebAnalyticsActivityBizFormSubmit
          CMS.WebAnalyticsActivityBlogComment
          CMS.WebAnalyticsActivityCustom
          CMS.WebAnalyticsActivityCustomerRegistration
          CMS.WebAnalyticsActivityCustomTableFormSubmit
          CMS.WebAnalyticsActivityEventBooking
          CMS.WebAnalyticsActivityExternalSearch
          CMS.WebAnalyticsActivityForumPost
          CMS.WebAnalyticsActivityChatBase
          CMS.WebAnalyticsActivityInternalSearch
          CMS.WebAnalyticsActivityJoinGroup
          CMS.WebAnalyticsActivityLandingPage
          CMS.WebAnalyticsActivityLeaveGroup
          CMS.WebAnalyticsActivityMessageBoardComment
          CMS.WebAnalyticsActivityNewsletterClickThrough
          CMS.WebAnalyticsActivityNewsletterOpen
          CMS.WebAnalyticsActivityNewsletterSubscribing
          CMS.WebAnalyticsActivityNewsletterUnsubscribing
          CMS.WebAnalyticsActivityNewsletterUnsubscribingFromAll
          CMS.WebAnalyticsActivityPageVisit
          CMS.WebAnalyticsActivityPollVoting
          CMS.WebAnalyticsActivityProductAddedToShoppingCart
          CMS.WebAnalyticsActivityProductAddedToWishlist
          CMS.WebAnalyticsActivityProductRemovedFromShoppingCart
          CMS.WebAnalyticsActivityPurchase
          CMS.WebAnalyticsActivityPurchasedProduct
          CMS.WebAnalyticsActivityRating
          CMS.WebAnalyticsActivityRegistration
          CMS.WebAnalyticsActivitySubscriptionBlogPost
          CMS.WebAnalyticsActivitySubscriptionForumPost
          CMS.WebAnalyticsActivitySubscriptionMessageBoard
          CMS.WebAnalyticsActivityUserContributionDelete
          CMS.WebAnalyticsActivityUserContributionInsert
          CMS.WebAnalyticsActivityUserContributionUpdate
          CMS.WebAnalyticsActivityUserLogin