| ContactWithScoreValueCollection Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.ContactManagement
 Syntax
Syntaxpublic class ContactWithScoreValueCollection : IEnumerable<ContactWithScoreValue>, IEnumerable
The ContactWithScoreValueCollection type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ContactWithScoreValueCollection | 
            Constructor.
             | 
 Methods
Methods| 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.
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | BatchContactWithScoreValue | 
            Returns input in batches of batchSize size.
            (Defined by BaseExtensions.) | 
|  | ToJSON | 
            Returns JSON representation of current instance of IEnumerable.
            (Defined by DataExtensions.) | 
|  | ToXML | 
            Returns XML representation of current instance of IEnumerable.
            (Defined by DataExtensions.) | 
 See Also
See Also