DMREventCriteria Class

Alterian Email Manager 6.2.3 SDK Help File
Specifies criteria to be used when querying events. Used primarily with the reporting library.
Inheritance Hierarchy
SystemObject
  DMLibraryDMREventCriteria

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

Syntax
public class DMREventCriteria

The DMREventCriteria type exposes the following members.

Fields
NameDescription
Public fieldClosePars
Number of closing parentheses at the end of this expression.
Public fieldCombine
Indicates how the boolean result of this condition should be logically combined with the next.
Public fieldOpenPars
Number of opening parentheses at the beginning of this expression.
Public fieldOperand1
The first operand of the expression.
Public fieldOperand2
The second operand of the expression.
Public fieldOperator
The logical operator that combines the two operands.
Top
See Also