DMREventCriteriaCollection Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMREventCriteria 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 DMREventCriteriaCollection : CollectionBase

The DMREventCriteriaCollection type exposes the following members.

Constructors
NameDescription
Public methodDMREventCriteriaCollection
Initializes a new instance of the DMREventCriteriaCollection class
Top
Properties
NameDescription
Public propertyEventIds
Gets all the event ids used in the criteria
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Adds a DMREventCriteria object to the DMREventCriteriaCollection.
Public methodConvertToSQL
Converts the contents of this collection into one SQL script.
Top
See Also