Namespace CMS.Activities
Classes
- ActivityBulkInsertPerformedHandler
Event handler for the event fired once the activities are inserted in bulk to the database.
- ActivityEvents
Activity events.
- ActivityFilteredOutHandler
Event handler for the event fired once the activities are filtered out before bulk processing.
- ActivityInfo
ActivityInfo data container class.
- ActivityInfoProvider
Class providing ActivityInfo management.
- ActivityInfoProviderExtensions
Contains extension methods for ActivityInfo's IInfoProvider<TInfo>.
- ActivityInitializerExtensions
Provides extension methods for IActivityInitializer for specifying the info's fields. These methods are designed to be used as chained calls.
- ActivityInitializerWrapperBase
Provides wrapper for activity type and activity setting key for IActivityInitializer.
- ActivityProcessedInLogServiceHandler
Event handler for the event fired once the activity is processed in IActivityLogService.
- ActivitySettingsHelper
Provides comfortable access to settings keys for activities.
- ActivityTitleBuilder
Provides methods to create activity title.
- ActivityTypeInfo
ActivityTypeInfo data container class.
- ActivityTypeInfoProvider
Class providing ActivityTypeInfo management.
- CustomActivityData
Encapsulates data of a custom activity.
- CustomActivityInitializerBase
Represents base class for custom activities.
- PredefinedActivityType
Predefined activity types constants.
- VisitorData
Represents visitor data such as customer, contact, user etc.
Interfaces
- IActivityFactory
Provides possibility to create activities with basic data.
- IActivityInfo
Defines contract for ActivityInfo.
- IActivityInfoProvider
Declares members for ActivityInfo management.
- IActivityInitializer
Provides possibility to initialize activity.
- IActivityLogFilter
Can filter out logging of activities, logged through IActivityLogService.
- IActivityLogService
Provides possibility to log activities.
- IActivityLogValidator
Provides method for validating the IActivityInfo and determining, whether the IActivityInfo is valid to be logged or not. Validator can be register as global validator for all activities being logged and it is used in Log(IActivityInitializer) or LogWithoutModifiersAndFilters(IActivityInitializer).
- IActivityModifier
Provides possibility to modify activity data. Can be registered in IActivityLogService.
- IActivityQueue
Provides methods for storing of performed activities to the queue.
- IActivityQueueProcessor
Provides method for processing the activity queue.
- IActivityTypeInfoProvider
Declares members for ActivityTypeInfo management.
- IActivityUrlService
Provides methods to get correct URL and URL referrer to insert in IActivityInfo.
- ICustomActivityLogger
Provides possibility to log custom activities.