Summary
Interface for all constraints
- Namespace
- TCLite
.Constraints
graph BT
Type["IConstraintResult"]
class Type type-node
Syntax
public interface IConstraintResult
Properties
| Name | Value | Summary |
|---|---|---|
| ActualValue | object |
The value used in calling ApplyTo to produce this result
|
| Description | string |
The description of this constraint used in messages
|
| DisplayName | string |
Display friendly name of the constraint.
|
| IsSuccess | bool |
True if actual value meets the Constraint criteria otherwise false.
|
| Status | ConstraintStatus |
Gets and sets the ResultStatus for this result.
|
