AutoMapperNewtonsoftJsonConvention Class

Summary

AutoMapperConvention. Implements the IServiceConvention
AutoMapperNewtonsoftJsonConvention
Object
IConvention

Syntax

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

Attributes

Type Description
DependsOnConventionAttribute An attribute that ensures the convention runs after the given IConvention

Constructors

Name Summary
AutoMapperNewtonsoftJsonConvention() Initializes a new instance of the AutoMapperNewtonsoftJsonConvention class.

Methods

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

Extension Methods

See Also