Initialises a new instance of the ProcessResultValidator<TProcessResult> class from a set of self-describing validation rules.
public ProcessResultValidator(ValidationRule<TProcessResult>[] rules)
The self-describing validation rules to evaluate against the process result.