AspNetCoreFluentValidationNewtonsoftJsonConvention Class

Summary

AspNetCoreFluentValidationConvention. Implements the IServiceConvention
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["AspNetCoreFluentValidationNewtonsoftJsonConvention"] class Type type-node

Syntax

public class AspNetCoreFluentValidationNewtonsoftJsonConvention : IServiceConvention, 
    IConvention<IServiceConventionContext>, IConvention

Constructors

Methods

Name Value Summary
Register(IServiceConventionContext) void
Registers the specified context.

Extension Methods

See Also