DMRExpressionPartCollection Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMRExpressionPart objects that can be individually accessed by index.
Inheritance Hierarchy

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

Syntax
[SerializableAttribute]
public class DMRExpressionPartCollection : CollectionBase

The DMRExpressionPartCollection type exposes the following members.

Constructors
NameDescription
Public methodDMRExpressionPartCollection
Initializes a new instance of the DMRExpressionPartCollection class
Top
Properties
NameDescription
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Adds a DMRExpressionPart object to the DMRExpressionPartCollection.
Public methodCleanup
Method to "clean up" the expression parts within the collection so that they are in agreement with one another.
Public methodConvertToSQL
Public methodConvertToString
Converts the expressions contained in the collection into one string.
Public methodGetEventIDs
Public methodStatic memberLoadFromString
Parses an expression and returns it as a DMRExpressionPartCollection object.
Top
See Also