Summary
Validates the specified context.
- Assembly
- Rocket
.Surgery .Extensions .FluentValidation .dll - Namespace
- Rocket
.Surgery .Extensions .FluentValidation - Containing Type
- Polymorphic
Property Validator <T>
Syntax
public override IEnumerable<ValidationFailure> Validate(PropertyValidatorContext context)
Parameters
Name | Type | Description |
---|---|---|
context | Property |
The context. |
Return Value
Type | Description |
---|---|
IEnumerable |
IEnumerable{ValidationFailure}. |