ProfileDynamicsPreset Class |
Namespace: Dynamicweb.Analytics.Profiles.Integration
The ProfileDynamicsPreset type exposes the following members.
| Name | Description | |
|---|---|---|
| ProfileDynamicsPreset |
Initializes a new instance of an object.
| |
| ProfileDynamicsPreset(ProfileDynamicsPreset) |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| ID |
Gets the unique identifier of this preset.
| |
| ItemType |
Gets or sets the item type.
| |
| Name |
Gets or sets the name of the preset.
| |
| Profiles |
Gets or sets the collection of profiles that are this preset is defined for.
|
| Name | Description | |
|---|---|---|
| ClearCache |
Clears cache.
| |
| ContainsProfile(String) |
Determines whether the given visitor profile is in scope of this preset.
| |
| ContainsProfile(Profile) |
Determines whether the given visitor profile is in scope of this preset.
| |
| CopyTo |
Copies the state of the current object into the given one.
| |
| Delete |
Deletes the current preset.
| |
| DeletePresetByID |
Deletes the given preset.
| |
| DeletePresets |
Deletes all current presets.
| |
| DeletePresetsByProfile(String) |
Deletes all presets that references the given profile.
| |
| DeletePresetsByProfile(Profile) |
Deletes all presets that references the given profile.
| |
| DeletePresetsByProfile(ProfileDynamicsData) |
Deletes all presets that references the given profile.
| |
| DeletePresetsByType |
Deletes all presets 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.
| |
| GetPresetByID |
Returns existing preset by its ID.
| |
| GetPresets |
Returns a list of all presets.
| |
| GetPresetsByType |
Returns a collection of all presets with the given item type.
| |
| Save |
Saves the current preset.
|