Interface | Description |
---|---|
ICondition |
Represents a condition independent of its internal complexity.
|
IParameterizedCondition<T> |
A condition that evaluates to true or false depending on an external
parameter.
|
Enum | Description |
---|---|
BooleanOperation |
Just the standard operations for boolean logic.
|