Click or drag to resize

ProfileDynamicsPreset Class

Represents a profile dynamics preset.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.Profiles.IntegrationProfileDynamicsPreset

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

The ProfileDynamicsPreset type exposes the following members.

Constructors
  NameDescription
Public methodProfileDynamicsPreset
Initializes a new instance of an object.
Public methodProfileDynamicsPreset(ProfileDynamicsPreset)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyID
Gets the unique identifier of this preset.
Public propertyItemType
Gets or sets the item type.
Public propertyName
Gets or sets the name of the preset.
Public propertyProfiles
Gets or sets the collection of profiles that are this preset is defined for.
Top
Methods
  NameDescription
Public methodStatic memberClearCache
Clears cache.
Public methodContainsProfile(String)
Determines whether the given visitor profile is in scope of this preset.
Public methodContainsProfile(Profile)
Determines whether the given visitor profile is in scope of this preset.
Public methodCopyTo
Copies the state of the current object into the given one.
Public methodDelete
Deletes the current preset.
Public methodStatic memberDeletePresetByID
Deletes the given preset.
Public methodStatic memberDeletePresets
Deletes all current presets.
Public methodStatic memberDeletePresetsByProfile(String)
Deletes all presets that references the given profile.
Public methodStatic memberDeletePresetsByProfile(Profile)
Deletes all presets that references the given profile.
Public methodStatic memberDeletePresetsByProfile(ProfileDynamicsData)
Deletes all presets that references the given profile.
Public methodStatic memberDeletePresetsByType
Deletes all presets 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 memberGetPresetByID
Returns existing preset by its ID.
Public methodStatic memberGetPresets
Returns a list of all presets.
Public methodStatic memberGetPresetsByType
Returns a collection of all presets with the given item type.
Public methodSave
Saves the current preset.
Top
See Also