Show / Hide Table of Contents

Class ValidationResult<TResult>

Represents a validation result and associated command response

Inheritance
System.Object
ValidationResult
ValidationResult<TResult>
Inherited Members
ValidationResult.Errors
ValidationResult.IsValid
Namespace: FunctionMonkey.Commanding.Abstractions.Validation
Assembly: FunctionMonkey.Commanding.Abstractions.dll
Syntax
public class ValidationResult<TResult> : ValidationResult
Type Parameters
Name Description
TResult

Properties

| Improve this Doc View Source

Result

The result

Declaration
public TResult Result { get; set; }
Property Value
Type Description
TResult

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall