Summary
Gets the criteria predicate.
- Namespace
- Cake
.Core - Containing Type
- CakeTaskCriteria
Syntax
public Func<ICakeContext, bool> Predicate { get; }
Value
Type | Description |
---|---|
Func |
The criteria predicate. |
public Func<ICakeContext, bool> Predicate { get; }
Type | Description |
---|---|
Func |
The criteria predicate. |