DMEventCriteriaCollection Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMEventCriteria objects that can be individually accessed by index.
Inheritance Hierarchy

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
[SerializableAttribute]
public class DMEventCriteriaCollection : CollectionBase

The DMEventCriteriaCollection type exposes the following members.

Constructors
NameDescription
Public methodDMEventCriteriaCollection
Initializes a new instance of the DMEventCriteriaCollection class
Top
Properties
NameDescription
Public propertyEventIds
IntCollection with all the event ids used in the criteria
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Adds a DMEventCriteria object to the DMEventCriteriaCollection.
Top
See Also