FilterValue property (DATETIME)

A value that will be used to test the property of the Progress.BPM.Task passed to the Is( ) method of a Progress.BPM.Filter.* class. The ComparisonValue argument passed to this class's constructor is stored in this property.

Data type: DATETIME

Access: PROTECTED Read-only

Applies to: Progress.BPM.Filter.TaskDueDateFilter class, Progress.BPM.Filter.TaskTimeStartedFilter class

There are nine built-in Progress.BPM.Filter.* classes that implement the Progress.BPM.Filter.ITaskFilter interface. Each of these classes implements a simple filter based on one property of the Progress.BPM.Task class, and all the classes are in the Progress.BPM.Filter namespace. The filters fall into two categories: filters that act on a Task property whose type is CHARACTER, and those that act on DATETIME properties (as shown in the following table). All of the filters in the same category work in the same manner.

(For details about the filters that act on a Task property whose type is CHARACTER, see FilterValue property (CHARACTER).)

Filters in Progress.BPM.Filter classes (DATETIME data type)
Class Task property that it tests
Progress.BPM.Filter.TaskDueDateFilter DueDate
Progress.BPM.Filter.TaskTimeStartedFilter TimeStarted
Note: This property is protected; you can use the property only if you are deriving a class from one of the built-in filters.