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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntax[SerializableAttribute]
public class DMREventCriteriaCollection : CollectionBase
<SerializableAttribute>
Public Class DMREventCriteriaCollection
Inherits CollectionBase
[SerializableAttribute]
public ref class DMREventCriteriaCollection : public CollectionBase
[<SerializableAttribute>]
type DMREventCriteriaCollection =
class
inherit CollectionBase
end
DMLibrary.DMREventCriteriaCollection = function();
Type.createClass(
'DMLibrary.DMREventCriteriaCollection',
CollectionBase);
The DMREventCriteriaCollection type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | EventIds |
Gets all the event ids used in the criteria
|
 | Item | |
Top
Methods | Name | Description |
---|
 | Add |
Adds a DMREventCriteria object to the DMREventCriteriaCollection.
|
 | ConvertToSQL |
Converts the contents of this collection into one SQL script.
|
Top
See Also