Class ValidationResult
Represents a validation result
Namespace: FunctionMonkey.Commanding.Abstractions.Validation
Assembly: FunctionMonkey.Commanding.Abstractions.dll
Syntax
public class ValidationResult : object
Properties
| Improve this Doc View SourceErrors
The set of errors (if any)
Declaration
public IReadOnlyCollection<ValidationError> Errors { get; set; }
Property Value
Type | Description |
---|---|
IRead |
IsValid
Is the result valid
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
System. |