ProfileDynamics Class |
Namespace: Dynamicweb.Analytics.Profiles.Integration
The ProfileDynamics type exposes the following members.
Name | Description | |
---|---|---|
ProfileDynamics |
Initializes a new instance of an object.
| |
ProfileDynamics(ProfileDynamics) |
Initializes a new instance of an object.
|
Name | Description | |
---|---|---|
ID |
Gets the unique identifier of this profile dynamics configuration.
| |
ItemID |
Gets or sets the item ID.
| |
ItemType |
Gets or sets the item type.
| |
PresetID |
Gets or sets the ID of the preset that is used instead of specifying profiles explicitly.
| |
Profiles |
Gets or sets the collection of profiles that are subject of this configuration.
|
Name | Description | |
---|---|---|
ClearCache |
Clears cache.
| |
ContainsProfile(String) |
Determines whether the given visitor profile is in scope of this profile dynamics.
| |
ContainsProfile(Profile) |
Determines whether the given visitor profile is in scope of this profile dynamics.
| |
CopyTo |
Copies the state of the current object into the given one.
| |
Delete |
Deletes the current profile dynamics.
| |
DeleteDynamics |
Deletes all profile dynamics.
| |
DeleteDynamicsByID |
Deletes the given profile dynamics.
| |
DeleteDynamicsByItem |
Deletes the given profile dynamics.
| |
DeleteDynamicsByPreset |
Deletes all profile dynamics that has the given preset attached.
| |
DeleteDynamicsByProfile(String) |
Deletes all profile dynamics that references the given profile.
| |
DeleteDynamicsByProfile(Profile) |
Deletes all profile dynamics that references the given profile.
| |
DeleteDynamicsByProfile(ProfileDynamicsData) |
Deletes all profile dynamics that references the given profile.
| |
DeleteDynamicsByType |
Deletes all profile dynamics with the given item type.
| |
GetDynamics |
Returns a list of all profile dynamics
| |
GetDynamicsByID |
Returns existing profile dynamics by its ID.
| |
GetDynamicsByItem |
Returns an existing profile dynamics by its item ID and item type.
| |
GetDynamicsByType |
Returns a list of all profile dynamics with the given item type.
| |
GetGrowth(String) |
Returns a profile growth for the given visitor profile.
| |
GetGrowth(Profile) |
Returns a profile growth for the given visitor profile.
| |
IsDynamicsContent |
Determines whether the given content has dynamics for a given profile.
| |
Save |
Saves the current profile dynamics.
|