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