Click or drag to resize
ContactWithScoreValue Class
Represents number of points contact has in certain score.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagementContactWithScoreValue

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
public class ContactWithScoreValue

The ContactWithScoreValue type exposes the following members.

Constructors
  NameDescription
Public methodContactWithScoreValue
Top
Properties
  NameDescription
Public propertyContactID
ID of the contact.
Public propertyScoreID
ID of the score the points belong to.
Public propertyScoreValue
Number of points contact reached.
Public propertySiteID
ID of the site.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Top
See Also