CakeTaskCriteria.

Predicate Property

Summary

Gets the criteria predicate.
Namespace
Cake.Core
Containing Type
CakeTaskCriteria

Syntax

public Func<ICakeContext, bool> Predicate { get; }

Value

Type Description
Func<ICakeContext, bool> The criteria predicate.