dotmailer SDK: dotMailer.Sdk.Objects.Collections.IDmContactCollection Class Reference

dotmailer SDK

dotMailer.Sdk.Objects.Collections.IDmContactCollection Class Reference

Collection of IDmContact objects More...

Inheritance diagram for dotMailer.Sdk.Objects.Collections.IDmContactCollection:

Public Member Functions

 IDmContactCollection ()
 Constructor
 
 IDmContactCollection (IEnumerable< IDmContact > iContacts)
 Constructor - adds the specified collection of IDmContacts to the list
 
void AddWithEmailFilter (IEnumerable< IDmContact > iContacts)
 Adds the IDmContact objects to the list, checks that the IDmContact has a valid email address before adding
 

Properties

override string ObjectType [get, set]
 Returns the type name of the class Used by the serialisation process
 

Detailed Description

Collection of IDmContact objects

Constructor & Destructor Documentation

dotMailer.Sdk.Objects.Collections.IDmContactCollection.IDmContactCollection ( )

Constructor

dotMailer.Sdk.Objects.Collections.IDmContactCollection.IDmContactCollection ( IEnumerable< IDmContact iContacts)

Constructor - adds the specified collection of IDmContacts to the list

Parameters
iContacts

Member Function Documentation

void dotMailer.Sdk.Objects.Collections.IDmContactCollection.AddWithEmailFilter ( IEnumerable< IDmContact iContacts)

Adds the IDmContact objects to the list, checks that the IDmContact has a valid email address before adding

Parameters
iContacts

Property Documentation

override string dotMailer.Sdk.Objects.Collections.IDmContactCollection.ObjectType
getset

Returns the type name of the class Used by the serialisation process

Generated by   doxygen 1.8.3