Provides a way to test whether the DueDate property of a Progress.BPM.Task object has a given relationship to a certain value. The required relationship is specified by the Relationship argument that is passed to the constructor; the comparison value is also passed to the constructor.
The test occurs when the Is( ) method is called on the Progress.BPM.Filter.TaskDueDateFilter object. The Progress.BPM.Task DueDate property is presumed to be to the left of the relationship operator, with the comparison value to the right (Task:DueDate > ComparisonValue, for example).
This class implements the Progress.BPM.Filter.ITaskFilter interface. The class can be extended.