DMRExpressionPart Class

Alterian Email Manager 6.2.3 SDK Help File
Defines expressions used to generate the results for a report.
Inheritance Hierarchy
SystemObject
  DMLibraryDMRExpressionPart

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

Syntax
public class DMRExpressionPart

The DMRExpressionPart type exposes the following members.

Fields
NameDescription
Public fieldClosePars
Number of closing parentheses at the end of this expression.
Public fieldOpenPars
Number of opening parentheses at the beginning of this expression.
Public fieldOperand
The operand of this part of the expression.
Public fieldOperator
The logical operator used at the end of this expression part.
Top
See Also