Summary
Problem Details for Fluent Validation
- Assembly
- Rocket
.Surgery .AspNetCore .FluentValidation .dll - Namespace
- Rocket
.Surgery .AspNetCore .FluentValidation - Base Types
-
- Validation
Problem Details
- Validation
graph BT
Type-->Base0["ValidationProblemDetails"]
Type["FluentValidationProblemDetails"]
class Type type-node
Syntax
public class FluentValidationProblemDetails : ValidationProblemDetails
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute | |
| PublicAPIAttribute |
Constructors
| Name | Summary |
|---|---|
| Fluent |
Construct the Fluent Validation Problem Details |
| Fluent |
Build Fluent Validation Problem Details from a System.Collections.Generic.IEnumerable`1
|
| Fluent |
Build Fluent Validation Problem Details from a FluentValidation.Results.ValidationResult
|
Properties
| Name | Value | Summary |
|---|---|---|
| Rules | IEnumerable |
The rules run with the validation
|
| ValidationErrors | IDictionary |
Gets the validation errors associated with this instance of
FluentValidationProblemDetail.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
