ValidationResult Class |
[This is preliminary documentation and is subject to change.]
Namespace: CSInfrastructure.FluentValidation
public sealed class ValidationResult
The ValidationResult type exposes the following members.
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)
|
Name | Description | |
---|---|---|
![]() | Identifier |
Information that identifies the object, module independent
|
![]() | Severity |
The severity of the validation result
|
![]() | ValidationResults |
The list of validation message, applicable to this object
|
Name | Description | |
---|---|---|
![]() ![]() ![]() | Format |
Formats the provided list of validation results into a human-readable string
|
![]() ![]() | ToString |
Returns a human-readable string for this validation result.
(Overrides ObjectToString.) |