| Class | Description |
|---|---|
| BooleanConditionBase |
Extends ConditionBase so I can get access to the condition count and the
first condition.
|
| IsGreaterThan |
Extends Equals condition to test if the first argument is greater than the
second argument.
|
| IsLessThan |
Extends Equals condition to test if the first argument is less than the
second argument.
|
| IsPropertyFalse |
Extends IsFalse condition to check the value of a specified property.
|
| IsPropertyTrue |
Extends IsTrue condition to check the value of a specified property.
|