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 Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntax[SerializableAttribute]
public class DMExpressionCondition
<SerializableAttribute>
Public Class DMExpressionCondition
[SerializableAttribute]
public ref class DMExpressionCondition
[<SerializableAttribute>]
type DMExpressionCondition = class end
DMLibrary.DMExpressionCondition = function();
Type.createClass(
'DMLibrary.DMExpressionCondition');
The DMExpressionCondition type exposes the following members.
Fields | Name | Description |
---|
 | Combine | Indicates how the boolean result of this condition should be logically combined with the next. |
 | Operand1 | The first DMExpression object in the expression. |
 | Operand2 | The second DMExpression object in the expression. |
 | Operator | The logical operator (as expressed using the DMOperator enumeration) that combines to two DMExpression objects. |
Top
See Also