DMROperator Enumeration

Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the various types of operations one can use to act on DMExpressionParts

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

Syntax
public enum DMROperator
Members
Member nameValueDescription
DMRO_NONE0No operation.
DMRO_ADD1Add.
DMRO_SUBTRACT2Subtract.
DMRO_MULTIPLY3Multiply.
DMRO_DIVIDE4Divide.
DMRO_RATIO5Create a ratio between the two parts.
See Also