Class ValidationResult<TResult>
Represents a validation result and associated command response
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 SourceResult
The result
Declaration
public TResult Result { get; set; }
Property Value
Type | Description |
---|---|
TResult |