| Interface | Description |
|---|---|
| IConditionProvider |
Objects implementing this interface can be used for providing dynamically computed conditions for IF statements
|
| IIterableProvider |
Objects implementing this interface can be used for providing iterable objects that can be used with for each loops-
|
| IIterationNumberProvider |
Objects implementing this interface can be used for providing the number of iterations in a for loop
|
| IProvider |
Base interface for all providers, defines methods for adding a workspace context object to the provider.
|