Aspose.Tasks.Util Namespace |
| Class | Description | |
|---|---|---|
| AndT |
Applies logical AND to the specified conditions.
| |
| AndAllConditionT |
Applies logical AND to all conditions.
For example: cond1 AND cond2 AND cond3...
| |
| CheckCircuit |
Checks a tree (of tasks) whether it contains a circuit.
| |
| ChildTasksCollector |
Collects all child tasks.
| |
| FieldHelper |
Helper class which provides useful operations with fields.
| |
| ListUtils |
Utility class for list processing.
| |
| NotT |
Applies logical NOT to the specified condition.
| |
| RemoveTask |
Removes the specified task from a tree of tasks.
| |
| TaskUtils |
Helper class which provides useful operations with tasks.
| |
| TreeAlgorithmBaseT |
A base class for implementations of ITreeAlgorithmT |
| Interface | Description | |
|---|---|---|
| IAlgorithmT |
Represents an algorithm that can be applied to a list of objects T.
| |
| IConditionT |
Represents a condition which can be used by filters or search methods.
| |
| ITreeAlgorithmT |
Represents an algorithm that can be applied to a tree of objects T.
|