DMExpressionCondition Class

Alterian Email Manager 6.2.3 SDK Help File
This class joins two DMExpression objects into an expression that can be evaluated.
Inheritance Hierarchy
SystemObject
  DMLibraryDMExpressionCondition

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

Syntax
[SerializableAttribute]
public class DMExpressionCondition

The DMExpressionCondition type exposes the following members.

Fields
NameDescription
Public fieldCombine
Indicates how the boolean result of this condition should be logically combined with the next.
Public fieldOperand1
The first DMExpression object in the expression.
Public fieldOperand2
The second DMExpression object in the expression.
Public fieldOperator
The logical operator (as expressed using the DMOperator enumeration) that combines to two DMExpression objects.
Top
See Also