DMEventCriteria Class

Alterian Email Manager 6.2.3 SDK Help File
Specifies criteria to be used when querying events.
Inheritance Hierarchy
SystemObject
  DMLibraryDMEventCriteria

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

Syntax
[SerializableAttribute]
public class DMEventCriteria

The DMEventCriteria type exposes the following members.

Fields
NameDescription
Public fieldCloseParenthesis
Indicates the number of closing parentheses to be placed to the right of this expression.
Public fieldCombine
Indicates how the boolean result of this condition should be logically combined with the next.
Public fieldEventID
Specifies the ID of the event to count.
Public fieldOpenParenthesis
Indicates the number of opening parentheses to be placed to the left of this expression.
Public fieldOperand
The argument for the criteria.
Public fieldOperator
Indicates how the total for this event should be compared to the specified operand.
Top
See Also