Click or drag to resize

ProfileDynamicsDataCollection Class

Represents a collection of profile dynamics characteristics.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionProfileDynamicsData
    Dynamicweb.Analytics.Profiles.IntegrationProfileDynamicsDataCollection

Namespace:  Dynamicweb.Analytics.Profiles.Integration
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class ProfileDynamicsDataCollection : Collection<ProfileDynamicsData>

The ProfileDynamicsDataCollection type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd
Adds new profile to the end of the collection.
Public methodContains
Determines whether collection contains the given profile.
Public methodRemove
Removes all occurences of the given profile from the collection.
Top
See Also