Summary
PolymorphicPropertyValidator.
Implements the
FluentValidation.Validators.NoopPropertyValidator
- Assembly
- Rocket
.Surgery .Extensions .FluentValidation .dll - Namespace
- Rocket
.Surgery .Extensions .FluentValidation - Base Types
-
- Noop
Property Validator
- Noop
graph BT
Type-->Base0["NoopPropertyValidator"]
Type["PolymorphicPropertyValidator<T>"]
class Type type-node
Syntax
public class PolymorphicPropertyValidator<T> : NoopPropertyValidator
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Type Parameters
Name | Description |
---|---|
T |
Methods
Name | Value | Summary |
---|---|---|
Validate |
IEnumerable |
Validates the specified context.
|
ValidateAsync |
Task |
validate as an asynchronous operation.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- FluentValidation.Validators.NoopPropertyValidator