Click or drag to resize

ProfileDynamics Class

Represents a profile dynamics.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.Profiles.IntegrationProfileDynamics

Namespace:  Dynamicweb.Analytics.Profiles.Integration
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class ProfileDynamics

The ProfileDynamics type exposes the following members.

Constructors
  NameDescription
Public methodProfileDynamics
Initializes a new instance of an object.
Public methodProfileDynamics(ProfileDynamics)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyID
Gets the unique identifier of this profile dynamics configuration.
Public propertyItemID
Gets or sets the item ID.
Public propertyItemType
Gets or sets the item type.
Public propertyPresetID
Gets or sets the ID of the preset that is used instead of specifying profiles explicitly.
Public propertyProfiles
Gets or sets the collection of profiles that are subject of this configuration.
Top
Methods
  NameDescription
Public methodStatic memberClearCache
Clears cache.
Public methodContainsProfile(String)
Determines whether the given visitor profile is in scope of this profile dynamics.
Public methodContainsProfile(Profile)
Determines whether the given visitor profile is in scope of this profile dynamics.
Public methodCopyTo
Copies the state of the current object into the given one.
Public methodDelete
Deletes the current profile dynamics.
Public methodStatic memberDeleteDynamics
Deletes all profile dynamics.
Public methodStatic memberDeleteDynamicsByID
Deletes the given profile dynamics.
Public methodStatic memberDeleteDynamicsByItem
Deletes the given profile dynamics.
Public methodStatic memberDeleteDynamicsByPreset
Deletes all profile dynamics that has the given preset attached.
Public methodStatic memberDeleteDynamicsByProfile(String)
Deletes all profile dynamics that references the given profile.
Public methodStatic memberDeleteDynamicsByProfile(Profile)
Deletes all profile dynamics that references the given profile.
Public methodStatic memberDeleteDynamicsByProfile(ProfileDynamicsData)
Deletes all profile dynamics that references the given profile.
Public methodStatic memberDeleteDynamicsByType
Deletes all profile dynamics with the given item type.
Public methodStatic memberGetDynamics
Returns a list of all profile dynamics
Public methodStatic memberGetDynamicsByID
Returns existing profile dynamics by its ID.
Public methodStatic memberGetDynamicsByItem
Returns an existing profile dynamics by its item ID and item type.
Public methodStatic memberGetDynamicsByType
Returns a list of all profile dynamics with the given item type.
Public methodGetGrowth(String)
Returns a profile growth for the given visitor profile.
Public methodGetGrowth(Profile)
Returns a profile growth for the given visitor profile.
Public methodStatic memberIsDynamicsContent
Determines whether the given content has dynamics for a given profile.
Public methodSave
Saves the current profile dynamics.
Top
See Also