RuleValidationResult Constructors
Represents the results of checking an object via a Validation Rule.| Name | Parameters | Description |
|---|---|---|
| RuleValidationResult(IRule, ValidationState, String) | rule, validationResult, formattedErrorMessage | Initializes a new instance of the RuleValidationResult class with specified settings. |
See Also