Interface IValidator
Serves as an abstraction between Function Monkey and a validation framework. See Validator.cs in FunctionMonkey.FluentValidation
Namespace: FunctionMonkey.Abstractions.Validation
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IValidator
Methods
| Improve this Doc View SourceValidate(Object)
Declaration
ValidationResult Validate(object command)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | command |
Returns
| Type | Description |
|---|---|
| ValidationResult |