Summary
AspNetCoreFluentValidationConvention.
Implements the
IServiceConvention
- Assembly
- Rocket
.Surgery .AspNetCore .FluentValidation .dll - Namespace
- Rocket
.Surgery .AspNetCore .FluentValidation - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IServiceConvention"]
click Interface0 "/api/Rocket.Surgery.Extensions.DependencyInjection/IServiceConvention"
Type-.->Interface1["IConvention<IServiceConventionContext>"]
Type-.->Interface2["IConvention"]
click Interface2 "/api/Rocket.Surgery.Conventions/IConvention"
Type["AspNetCoreFluentValidationConvention"]
class Type type-node
Syntax
public class AspNetCoreFluentValidationConvention : IServiceConvention,
IConvention<IServiceConventionContext>, IConvention
Attributes
Type | Description |
---|---|
PublicAPIAttribute |
Constructors
Name | Summary |
---|---|
Asp |
THe validation settings |
Methods
Name | Value | Summary |
---|---|---|
Register |
void |
Registers the specified context.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|