Click or drag to resize
ContactWithScoreValueCollection Class
Container for scores together with amount of points certain contact reached.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagementContactWithScoreValueCollection

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public class ContactWithScoreValueCollection : IEnumerable<ContactWithScoreValue>, 
	IEnumerable

The ContactWithScoreValueCollection type exposes the following members.

Constructors
  NameDescription
Public methodContactWithScoreValueCollection
Constructor.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodRelativeComplement
Subtracts subtrahend from the collection.
Public methodRemoveItemsWithScoreId
Removes items from the collection based on the given list of score IDs.
Top
Extension Methods
  NameDescription
Public Extension MethodBatchContactWithScoreValue
Returns input in batches of batchSize size.
(Defined by BaseExtensions.)
Public Extension MethodToHashSetContactWithScoreValue
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Top
See Also