Interface ICriteriaProvider
- Namespace
- Acuit.Pinpoint.Workflows.Testing.Validation
- Assembly
- Acuit.Pinpoint.Workflows.Testing.dll
A type that contains validation criteria.
public interface ICriteriaProvider
- Extension Methods
Properties
Criteria
Gets the validation criteria as a human-readable phrase, without units (e.g., "> 10"). This should never be null or empty.
string Criteria { get; }