ValidationResult Constructor |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| ValidationResult(IObjectIdentifier, IValidationMessage, ValidationMessageSeverity) |
Creates a new instance for the given identifier with the provided message and severity (defaults to Error)
| |
| ValidationResult(IObjectIdentifier, IReadOnlyCollectionIValidationMessage, ValidationMessageSeverity) |
Creates a new instance for the given identifier with the provided messages and severity (defaults to Error)
|