Show / Hide Table of Contents

Class ValidationResult

Represents a validation result

Inheritance
System.Object
ValidationResult
ValidationResult<TResult>
Namespace: FunctionMonkey.Commanding.Abstractions.Validation
Assembly: FunctionMonkey.Commanding.Abstractions.dll
Syntax
public class ValidationResult : object

Properties

| Improve this Doc View Source

Errors

The set of errors (if any)

Declaration
public IReadOnlyCollection<ValidationError> Errors { get; set; }
Property Value
Type Description
IReadOnlyCollection<ValidationError>
| Improve this Doc View Source

IsValid

Is the result valid

Declaration
public bool IsValid { get; }
Property Value
Type Description
System.Boolean

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Properties
    • Errors
    • IsValid
  • Extension Methods
Back to top Copyright © 2018 James Randall