Click or drag to resize

ProfileEstimate Class

Represents a profile estimate.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.ProfilesProfileEstimate

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

The ProfileEstimate type exposes the following members.

Constructors
  NameDescription
Public methodProfileEstimate
Initializes a new instance of an object.
Public methodProfileEstimate(ProfileEstimate)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyDynamicsApplied
Gets or sets value indicating whether profile dynamics has been applied to this profile estimate.
Public propertyPoints
Gets or sets the amount of points that the visit received from the given profile.
Public propertyProfile
Gets or sets the reference to a corresponding profile.
Public propertyProfileReference
Gets profile reference
Public propertyVisit
Gets or sets the associated visit.
Top
See Also