ContactWithScoreValueCollection Class |
Namespace: CMS.ContactManagement
public class ContactWithScoreValueCollection : IEnumerable<ContactWithScoreValue>, IEnumerable
The ContactWithScoreValueCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContactWithScoreValueCollection |
Constructor.
|
Name | Description | |
---|---|---|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | RelativeComplement |
Subtracts subtrahend from the collection.
|
![]() | RemoveItemsWithScoreId |
Removes items from the collection based on the given list of score IDs.
|
Name | Description | |
---|---|---|
![]() | BatchContactWithScoreValue |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) |
![]() | ToHashSetContactWithScoreValue |
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.) |
![]() | ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) |
![]() | ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |